Skip to content

Instantly share code, notes, and snippets.

@gpalsingh
Last active March 3, 2018 07:18
Show Gist options
  • Save gpalsingh/a5b7228082423048f26f31a9adadb73e to your computer and use it in GitHub Desktop.
Save gpalsingh/a5b7228082423048f26f31a9adadb73e to your computer and use it in GitHub Desktop.
arrow_one_argument_1
var hello = (name) => `Hello ${name}!`
console.log(hello('Gurpal'));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment