Skip to content

Instantly share code, notes, and snippets.

@DavidMellul
Created March 10, 2018 00:08
Show Gist options
  • Save DavidMellul/989cc0e8e019772e863986ee840e51ab to your computer and use it in GitHub Desktop.
Save DavidMellul/989cc0e8e019772e863986ee840e51ab to your computer and use it in GitHub Desktop.
let x = 5;
let expected = 8;
console.log(`Content of variable x is: ${x} and expected is ${expected}`);
// => Content of variable x is: 5, and expected is 8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment