Skip to content

Instantly share code, notes, and snippets.

@specialunderwear
Created January 30, 2012 00:33
Show Gist options
  • Save specialunderwear/1701586 to your computer and use it in GitHub Desktop.
Save specialunderwear/1701586 to your computer and use it in GitHub Desktop.
next is defined only on the prototype
> var count = Counter;
> count.next();
Error: function next is not defined.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment