mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-28 21:00:56 +08:00
Fix typo: add 'y' to truthy (#27517)
This commit is contained in:
parent
9e5e3dcf9b
commit
722d136858
@ -22,7 +22,7 @@ Remember to iterate through the first argument to check each object.
|
||||
|
||||
##  Hint: 2
|
||||
|
||||
Only if all of them are truth will we return true, so make sure all of them check.
|
||||
Only if all of them are truthy will we return true, so make sure all of them check.
|
||||
|
||||
> _try to solve the problem now_
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user