Skip to content

Instantly share code, notes, and snippets.

@kswlee
Created March 9, 2014 13:41
Show Gist options
  • Save kswlee/9447910 to your computer and use it in GitHub Desktop.
Save kswlee/9447910 to your computer and use it in GitHub Desktop.
(function () {
var a=1,
b=2,
c=3
d=4,
e=5,
f=6;
}());
console.log(d,e,f); // 4,5,6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment