Skip to content

Instantly share code, notes, and snippets.

@CiscoKidxx
Created June 11, 2018 19:45
Show Gist options
  • Save CiscoKidxx/b64f784b9be332867e008512f8810671 to your computer and use it in GitHub Desktop.
Save CiscoKidxx/b64f784b9be332867e008512f8810671 to your computer and use it in GitHub Desktop.
let name = "Peter";
let msg = `Hello ${name}`;
console.log(msg);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment