Skip to content

Instantly share code, notes, and snippets.

@DavidMellul
Created March 10, 2018 00:05
Show Gist options
  • Save DavidMellul/b366bc0fcba70dbc0e60e000755a8e10 to your computer and use it in GitHub Desktop.
Save DavidMellul/b366bc0fcba70dbc0e60e000755a8e10 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