Skip to content

Instantly share code, notes, and snippets.

@jorgeucano
Created August 22, 2016 23:36
Show Gist options
  • Save jorgeucano/1259ed1e95e32a167558e3fe23cdf488 to your computer and use it in GitHub Desktop.
Save jorgeucano/1259ed1e95e32a167558e3fe23cdf488 to your computer and use it in GitHub Desktop.
var a = 5;
var b = 10;
var c = a + b;
a = 10;
if (c == 20 ) // false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment