Created
September 21, 2018 12:02
-
-
Save calendee/32b6c1ef82af60eb5d3263a3f7f6a45b to your computer and use it in GitHub Desktop.
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
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