Skip to content

Instantly share code, notes, and snippets.

@casprwang
Created January 5, 2017 21:08
Show Gist options
  • Save casprwang/fb51f8ed460583efb7e092771ef900e6 to your computer and use it in GitHub Desktop.
Save casprwang/fb51f8ed460583efb7e092771ef900e6 to your computer and use it in GitHub Desktop.
greet();
a();
const a = function () {
console.log('h1');
};
function greet() {
console.log('h2');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment