Skip to content

Instantly share code, notes, and snippets.

@joaogolias
Created November 1, 2018 03:48
Show Gist options
  • Save joaogolias/c3c1b1434ca925bef899506c18091f10 to your computer and use it in GitHub Desktop.
Save joaogolias/c3c1b1434ca925bef899506c18091f10 to your computer and use it in GitHub Desktop.
const name = 'Joao'
const age = 21
const message = `
Hi, my name is ${name}.
I am ${age} years old.
My elder brother is ${age + 5}
`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment