Skip to content

Instantly share code, notes, and snippets.

@specialunderwear
Created January 30, 2012 00:22
Show Gist options
  • Save specialunderwear/1701547 to your computer and use it in GitHub Desktop.
Save specialunderwear/1701547 to your computer and use it in GitHub Desktop.
simple counter example
> var count = Counter;
> count;
0
> count.next()
1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment