Skip to content

Instantly share code, notes, and snippets.

@up1
Created February 26, 2016 08:50
Show Gist options
  • Select an option

  • Save up1/17843d4c310e80072000 to your computer and use it in GitHub Desktop.

Select an option

Save up1/17843d4c310e80072000 to your computer and use it in GitHub Desktop.
JavaScript :: How to create function ?
function hello() {
}
var hello = function() {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment