Skip to content

Commit 4261a46

Browse files
Merge pull request #1 from AdityaGirdhar/AdityaGirdhar-composite-patch
fixed composite in index.js
2 parents 5d623b9 + ee13e91 commit 4261a46

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)