Skip to content

Instantly share code, notes, and snippets.

@jbmilgrom
Last active January 12, 2020 23:23
Show Gist options
  • Save jbmilgrom/84a178b783b80ad880624cfa17a87674 to your computer and use it in GitHub Desktop.
Save jbmilgrom/84a178b783b80ad880624cfa17a87674 to your computer and use it in GitHub Desktop.
Imperative manipulation of variables
let balance = 100;
balance = balance - 20; // Does this represent a withdrawal or something else entirely?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment