Private Functions In JavaScript
JavaScript doesn't have a native namespace facility so how are you supposed to keep utility and helper functions private? The solution is to use inner functions but this is just the start of the story.
By phpcamp.net, published on February 09, 2012