Skip to content

Instantly share code, notes, and snippets.

@rfaisal
Created January 9, 2016 06:09
Show Gist options
  • Save rfaisal/0021e90a204fd0840731 to your computer and use it in GitHub Desktop.
Save rfaisal/0021e90a204fd0840731 to your computer and use it in GitHub Desktop.
var a = 10;
var b = a + 1;
a = 20;
console.log(b);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment