Last active
January 29, 2019 11:42
-
-
Save ArthurOliverB/9f67b4a27369e24934a64aa807e113b4 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
const array = ['H', 'e', 'l', 'l','o'] | |
console.log(typeof Array); // Resultado: function | |
console.log(typeof array); // Resultado: object |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment