Skip to content

Instantly share code, notes, and snippets.

@krzysztofczernek
Last active October 4, 2018 17:22
Show Gist options
  • Save krzysztofczernek/f3f95c09f516288046562d1c03e96ca4 to your computer and use it in GitHub Desktop.
Save krzysztofczernek/f3f95c09f516288046562d1c03e96ca4 to your computer and use it in GitHub Desktop.
let firstName = 'krzysztof'
function uppercaseName (lastName) {
return `${firstName.toUpperCase()} ${lastName.toUpperCase()}`
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment