Skip to content

Instantly share code, notes, and snippets.

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