Skip to content

Instantly share code, notes, and snippets.

@happymishra
Last active May 17, 2017 02: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 happymishra/a9f563c0e988b1faceb885ddd1a90ce2 to your computer and use it in GitHub Desktop.
Save happymishra/a9f563c0e988b1faceb885ddd1a90ce2 to your computer and use it in GitHub Desktop.
a = 1;
var b = 2;
cFunc = function(e) {
var c = 10;
var d = 15;
a = 3
function dFunc() {
var f = 5;
}
dFunc();
}
cFunc(10);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment