Skip to content

Instantly share code, notes, and snippets.

@gpalsingh
Created March 3, 2018 07:23
Show Gist options
  • Save gpalsingh/14fea3ddf4a320289e8f312894af4cc1 to your computer and use it in GitHub Desktop.
Save gpalsingh/14fea3ddf4a320289e8f312894af4cc1 to your computer and use it in GitHub Desktop.
arrow_one_argument_2
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