fix(curriculum): typos corrected in JavaScript Objects Quiz (#58257)

This commit is contained in:
ZahidKutoglu 2025-01-21 04:42:30 -05:00 committed by GitHub
parent 813a167b61
commit f96eb268a2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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--