Skip to content

Instantly share code, notes, and snippets.

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