scrimba
Frontend Career Path
Making websites interactive
Blackjack
Arrays with multiple data types
Go Pro!Bootcamp

Bootcamp

Study group

Collaborate with peers in your dedicated #study-group channel.

Code reviews

Submit projects for review using the /review command in your #code-reviews channel

Arrays with multiple data types
AboutCommentsNotes
Arrays with multiple data types
Expand for more info
index.js
run
preview
console
// Array - ordered list of items - coposite / complex data type

// Create an array that describes yourself. Use the three primitive data types you've learned
// It should contain your name (string), your age (number), and whether you like pizza (boolean)
Console
2
,
/index.html
-2:18