Skip to content Skip to sidebar Skip to footer
Showing posts with the label Iife

How To Separate Angularjs Files Without Using Global Scope

I've seen this post AngularJS best practices for module declaration? But I am still a little co… Read more How To Separate Angularjs Files Without Using Global Scope

Dollar Sign Before Self Declaring Anonymous Function In Javascript?

What is the difference between these two: $(function () { // do stuff }); AND (function () { … Read more Dollar Sign Before Self Declaring Anonymous Function In Javascript?

How To Create Multiple Instances Of Iife Javascript Module?

I'm dealing with a huge javascript codebase that I'm trying to reorganize. I'm not real… Read more How To Create Multiple Instances Of Iife Javascript Module?