Created
April 12, 2017 17:20
-
-
Save bruno-brant/48e20f33c7ffc07d58dafb153e8bd62f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
> 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