Skip to content

Instantly share code, notes, and snippets.

@debugmodedotnet
Created December 20, 2018 09:57
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 debugmodedotnet/48f2fdc698854d5e99bccf2eb556a9cf to your computer and use it in GitHub Desktop.
Save debugmodedotnet/48f2fdc698854d5e99bccf2eb556a9cf to your computer and use it in GitHub Desktop.
class Foo {
constructor(goal) {
this.goal = goal;
Foo.prototype.objectcount++;
}
}
Foo.prototype.objectcount = 0;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment