Skip to content

Instantly share code, notes, and snippets.

@matheusml
Created April 15, 2016 18:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save matheusml/1312244d43d09405ce0299354911c593 to your computer and use it in GitHub Desktop.
Save matheusml/1312244d43d09405ce0299354911c593 to your computer and use it in GitHub Desktop.
var counter = 0;
var increment = function(counter) {
return counter + 1;
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment