Skip to content

Instantly share code, notes, and snippets.

@mattwellss
Created April 30, 2015 18:31
Show Gist options
  • Save mattwellss/cf724731b0f19ed05535 to your computer and use it in GitHub Desktop.
Save mattwellss/cf724731b0f19ed05535 to your computer and use it in GitHub Desktop.
do_a_thing(function (value) {
value += 1;
});
alert(value);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment