Skip to content

Instantly share code, notes, and snippets.

@a1exlism
Last active March 31, 2018 01:50
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 a1exlism/de8e79a5607c05677c2bdc89ce982714 to your computer and use it in GitHub Desktop.
Save a1exlism/de8e79a5607c05677c2bdc89ce982714 to your computer and use it in GitHub Desktop.
func();
var func = function() {
console.log(2);
}
function func() {
console.log(1);
}
func();
// RUNNING
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment