Skip to content

Instantly share code, notes, and snippets.

@Mrshinezee
Created March 14, 2018 17:28
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 Mrshinezee/55742d8f579642c9cb9df09fa4da3281 to your computer and use it in GitHub Desktop.
Save Mrshinezee/55742d8f579642c9cb9df09fa4da3281 to your computer and use it in GitHub Desktop.
Backticks created by Mrshinezee - https://repl.it/@Mrshinezee/Backticks
let call_name = 'shine';
let mention = `Una go hala my name one day ${call_name}`;
alert( mention);
let name = "John";
// embed a variable
alert( `Hello, ${name}!` ); // Hello, John!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment