From ee13e91cca465caf100ba72d810e6c13a0a192b3 Mon Sep 17 00:00:00 2001 From: Aditya Girdhar <92713380+AdityaGirdhar@users.noreply.github.com> Date: Sun, 8 Jan 2023 03:44:53 +0530 Subject: [PATCH] fixed composite in index.js the word 'composite' was spelled wrong. Nothing major, just bugged me a little while going through the lesson :) --- .../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)