Skip to content

Instantly share code, notes, and snippets.

@goofmint
Created July 9, 2017 13:23
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 goofmint/b1f23abe9d61eec33368d5719ff06c5f to your computer and use it in GitHub Desktop.
Save goofmint/b1f23abe9d61eec33368d5719ff06c5f to your computer and use it in GitHub Desktop.
var hello1 = Hello.HelloClass.create();
hello1.id
// -> 1
var hello2 = Hello.HelloClass.create();
hello2.id
// -> 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment