Skip to content

Instantly share code, notes, and snippets.

@briantanseng
Created April 17, 2020 03:37
Show Gist options
  • Save briantanseng/9914bf1cf7dd4a740aea17963efc7a6e to your computer and use it in GitHub Desktop.
Save briantanseng/9914bf1cf7dd4a740aea17963efc7a6e to your computer and use it in GitHub Desktop.
// hoisting examples
age;
var age;
console.log(age);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment