Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save patissier-boulanger/a03778d5c688152f1efba91a4177ba96 to your computer and use it in GitHub Desktop.
Save patissier-boulanger/a03778d5c688152f1efba91a4177ba96 to your computer and use it in GitHub Desktop.
let a = 221;
let b = a - 5;
a = 4;
console.log(b , a);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment