Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save bruno-brant/48e20f33c7ffc07d58dafb153e8bd62f to your computer and use it in GitHub Desktop.
Save bruno-brant/48e20f33c7ffc07d58dafb153e8bd62f to your computer and use it in GitHub Desktop.
> typeof Greeter
'function'
> greeter = new Greeter();
Greeter {}
> typeof greeter
'object'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment