Skip to content

Instantly share code, notes, and snippets.

@cmd-save
Created August 23, 2017 15:28
Show Gist options
  • Select an option

  • Save cmd-save/39a795471c2c3ec1e05652d73c4920ff to your computer and use it in GitHub Desktop.

Select an option

Save cmd-save/39a795471c2c3ec1e05652d73c4920ff to your computer and use it in GitHub Desktop.
example2
hello(); // Hello there
function hello() {
console.log("Hello there");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment