Last active
January 28, 2018 15:38
-
-
Save xkrsz/d860c6d28a7cfe6d5c45cdcdf74f8e98 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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