Skip to content

Instantly share code, notes, and snippets.

@uberbuilder
Created February 15, 2013 20:18
Show Gist options
  • Save uberbuilder/4963225 to your computer and use it in GitHub Desktop.
Save uberbuilder/4963225 to your computer and use it in GitHub Desktop.
Example of a private variable in Javascript using the underscore convention.
function deepThought (question) {
this._answerToTheUltimateQuestionOfLifeTheUniverseAndEverything = 42;
}
// http://en.wikipedia.org/wiki/The_Hitchhiker's_Guide_to_the_Galaxy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment