mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-04-30 16:01:14 -04:00
fix(curriculum): incomplete hint messages (#57478)
This commit is contained in:
@@ -25,7 +25,7 @@ What is the difference between `every` and `any`?
|
||||
|
||||
### --feedback--
|
||||
|
||||
`Every` is for all items, not just in questions.
|
||||
`Every` is for all items, not just in questions; `any` is for one, some, or all.
|
||||
|
||||
---
|
||||
|
||||
@@ -41,7 +41,7 @@ Both words have broader meanings than just one item.
|
||||
|
||||
### --feedback--
|
||||
|
||||
`Every` means all, not none.
|
||||
`Every` means all, not none; `any` means one, some, or all.
|
||||
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user