From f96eb268a22f7313f153f5e933603873e3463fc0 Mon Sep 17 00:00:00 2001 From: ZahidKutoglu Date: Tue, 21 Jan 2025 04:42:30 -0500 Subject: [PATCH] fix(curriculum): typos corrected in JavaScript Objects Quiz (#58257) --- .../quiz-javascript-objects/66edcd0ecb4b25dc64a34804.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/curriculum/challenges/english/25-front-end-development/quiz-javascript-objects/66edcd0ecb4b25dc64a34804.md b/curriculum/challenges/english/25-front-end-development/quiz-javascript-objects/66edcd0ecb4b25dc64a34804.md index 9a37f6fcdd5..8e41aaa0186 100644 --- a/curriculum/challenges/english/25-front-end-development/quiz-javascript-objects/66edcd0ecb4b25dc64a34804.md +++ b/curriculum/challenges/english/25-front-end-development/quiz-javascript-objects/66edcd0ecb4b25dc64a34804.md @@ -17,7 +17,7 @@ To pass the quiz, you must correctly answer at least 17 of the 20 questions belo #### --text-- -Which of the following does not describe an object in Javascript? +Which of the following does not describe an object in JavaScript? #### --distractors-- @@ -29,11 +29,11 @@ A container for properties and methods --- -One of Javascript's data types +One of JavaScript's data types #### --answer-- -One of Javascript's primitives +One of JavaScript's primitives ### --question--