Skip to content

Instantly share code, notes, and snippets.

@calendee
Created September 21, 2018 12:02
Show Gist options
  • Save calendee/32b6c1ef82af60eb5d3263a3f7f6a45b to your computer and use it in GitHub Desktop.
Save calendee/32b6c1ef82af60eb5d3263a3f7f6a45b to your computer and use it in GitHub Desktop.
const combineNames = (first, last) => console.log(first, last) || (
`${first} ${last}`
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment