Created
October 30, 2018 14:47
-
-
Save ArthurOliverB/78d9e43afdadf97357467cc38dd65e66 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
console.log(typeof Animal); // Resultado: function | |
console.log(typeof cachorro); // Resultado: object |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment