mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-22 21:08:12 +08:00
fix(curriculum): typos corrected in JavaScript Objects Quiz (#58257)
This commit is contained in:
parent
813a167b61
commit
f96eb268a2
@ -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--
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user