Created
May 30, 2016 04:49
-
-
Save daz/8d5c5ac42e65564633b4b147c3357c58 to your computer and use it in GitHub Desktop.
Happy Birthday in JavaScript ES6
This file contains hidden or 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
| [null, null, 'dear Glen', null].forEach( s => | |
| console.log(`Happy Birthday ${s || 'to you!'}`) | |
| ) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment