Skip to content

Instantly share code, notes, and snippets.

@specialunderwear
Created January 30, 2012 00:31
Show Gist options
  • Save specialunderwear/1701583 to your computer and use it in GitHub Desktop.
Save specialunderwear/1701583 to your computer and use it in GitHub Desktop.
the prototype not the value
> var Counter = 0;
> Counter.prototype.next = function() {
> this += 1;
> return this;
> };
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment