Skip to content

Instantly share code, notes, and snippets.

@debugmodedotnet
Created July 17, 2018 10:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save debugmodedotnet/24e6ace6daa5967a5d853e341e1f3a10 to your computer and use it in GitHub Desktop.
Save debugmodedotnet/24e6ace6daa5967a5d853e341e1f3a10 to your computer and use it in GitHub Desktop.
(function() {
'use strict';
// Your code here
// All function and variables are scoped to this function
var price = 99;
}());
console.log(price); // undefined
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment