Skip to content

Instantly share code, notes, and snippets.

@ArthurOliverB
Last active January 29, 2019 11:42
Show Gist options
  • Save ArthurOliverB/9f67b4a27369e24934a64aa807e113b4 to your computer and use it in GitHub Desktop.
Save ArthurOliverB/9f67b4a27369e24934a64aa807e113b4 to your computer and use it in GitHub Desktop.
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