Skip to content

Instantly share code, notes, and snippets.

@ksimons
Created November 21, 2019 13:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ksimons/74caa11f37c63b8fed0aacd5e25e1502 to your computer and use it in GitHub Desktop.
Save ksimons/74caa11f37c63b8fed0aacd5e25e1502 to your computer and use it in GitHub Desktop.
function helloWorld() {
`This template string ${x} is on
multiple lines.
`
function innerFunction() {
return 9 + 4;
}
return hello + innerFunction();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment