Created
March 10, 2018 00:05
-
-
Save DavidMellul/b366bc0fcba70dbc0e60e000755a8e10 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