Skip to content

Instantly share code, notes, and snippets.

@SemanticallyNull
Created November 11, 2012 02:40
Show Gist options
  • Save SemanticallyNull/4053463 to your computer and use it in GitHub Desktop.
Save SemanticallyNull/4053463 to your computer and use it in GitHub Desktop.
function TestController() {
var iansFunction = function() { return true; }
iansFunction(); // returns true
}
iansFunction(); // returns uncallable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment