Skip to content

Instantly share code, notes, and snippets.

@calendee
Created September 21, 2018 11:58
Show Gist options
  • Select an option

  • Save calendee/3c92b4249570ee0200f6767f13f5f96a to your computer and use it in GitHub Desktop.

Select an option

Save calendee/3c92b4249570ee0200f6767f13f5f96a to your computer and use it in GitHub Desktop.
const combineNames = (first, last) => `${first} ${last}`;
const combineNames = (first, last) => (
`${first} ${last}`
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment