Skip to content

Instantly share code, notes, and snippets.

@arbaz52
Created October 28, 2020 21:22
Show Gist options
  • Save arbaz52/5cb5d4fec3dc1291058925fb1dc51b24 to your computer and use it in GitHub Desktop.
Save arbaz52/5cb5d4fec3dc1291058925fb1dc51b24 to your computer and use it in GitHub Desktop.
const _name = "arbaz";
const _str = `my name is ${_name}`;
console.log(_str);
// output:
// my name is arbaz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment