Skip to content

Instantly share code, notes, and snippets.

@xkrsz
Created January 28, 2018 15:34
Show Gist options
  • Save xkrsz/faa547aa5223a54e01e5272e09c90c21 to your computer and use it in GitHub Desktop.
Save xkrsz/faa547aa5223a54e01e5272e09c90c21 to your computer and use it in GitHub Desktop.
const greet = name => `Greetings, ${name}`
greet('Mark') // 'Greetings, Mark'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment