diff --git a/3. Build a Blackjack game/23. Arrays with multiple data types/index.js b/3. Build a Blackjack game/23. Arrays with multiple data types/index.js index df3ec000..2b963ad2 100644 --- a/3. Build a Blackjack game/23. Arrays with multiple data types/index.js +++ b/3. Build a Blackjack game/23. Arrays with multiple data types/index.js @@ -1,4 +1,4 @@ -// Array - ordered list of items - coposite / complex data type +// Array - ordered list of items - composite / 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) \ No newline at end of file +// It should contain your name (string), your age (number), and whether you like pizza (boolean)