Skip to content

Instantly share code, notes, and snippets.

@jcastellanos003
Created September 10, 2015 14:46
Show Gist options
  • Save jcastellanos003/824b8d8334b8e47dce3f to your computer and use it in GitHub Desktop.
Save jcastellanos003/824b8d8334b8e47dce3f to your computer and use it in GitHub Desktop.
//string
let name = "Julián";
let lastname = "Castellanos";
console.log("My name is: ${name} ${lastname}"); // My name is: Julián Castellanos
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment