Skip to content

Instantly share code, notes, and snippets.

@langjt
Last active July 3, 2018 09:55
Show Gist options
  • Save langjt/8d4697e20d843c8294ad to your computer and use it in GitHub Desktop.
Save langjt/8d4697e20d843c8294ad to your computer and use it in GitHub Desktop.
var a = function() { console.log('1'); };
function a() {
console.log('2');
}
a();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment