Created
March 10, 2018 00:08
-
-
Save DavidMellul/989cc0e8e019772e863986ee840e51ab to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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