Skip to content

Instantly share code, notes, and snippets.

@daz
Created May 30, 2016 04:49
Show Gist options
  • Select an option

  • Save daz/8d5c5ac42e65564633b4b147c3357c58 to your computer and use it in GitHub Desktop.

Select an option

Save daz/8d5c5ac42e65564633b4b147c3357c58 to your computer and use it in GitHub Desktop.
Happy Birthday in JavaScript ES6
[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