Skip to content

Commit ee13e91

Browse files
fixed composite in index.js
the word 'composite' was spelled wrong. Nothing major, just bugged me a little while going through the lesson :)
1 parent 5d623b9 commit ee13e91

File tree

1 file changed

+2
-2
lines changed
  • 3. Build a Blackjack game/23. Arrays with multiple data types

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Array - ordered list of items - coposite / complex data type
1+
// Array - ordered list of items - composite / complex data type
22

33
// Create an array that describes yourself. Use the three primitive data types you've learned
4-
// It should contain your name (string), your age (number), and whether you like pizza (boolean)
4+
// It should contain your name (string), your age (number), and whether you like pizza (boolean)

0 commit comments

Comments
 (0)