Created
November 16, 2015 11:14
-
-
Save dimiro1/09b6042fc98c4b464ba4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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