From 8c60677efe98a54f0436dfd721baef25d95adb6c Mon Sep 17 00:00:00 2001 From: Sudhanshu Gorwadkar <91906711+Subgor8126@users.noreply.github.com> Date: Mon, 8 Aug 2022 11:52:43 +0530 Subject: [PATCH] Fixed typo The word "composite" was incorrectly spelled as "coposite". --- .../23. Arrays with multiple data types/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)