Skip to content

Instantly share code, notes, and snippets.

@dimiro1
Created November 16, 2015 11:14
Show Gist options
  • Save dimiro1/09b6042fc98c4b464ba4 to your computer and use it in GitHub Desktop.
Save dimiro1/09b6042fc98c4b464ba4 to your computer and use it in GitHub Desktop.
var thing = 0;
function inc(param) {
param++;
}
inc(thing);
console.log(thing);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment