DEV Community

Discussion on: Array manipulation in JavaScript 🧐

Collapse
 
rphlmr profile image
Raphaël Moreau

Thank you for these tips :)

One question :
console.log(arr.every(condition))
// Should output true

It should not be false instead ? (There is at least one human under 18 in the list).

Collapse
 
thomasaudo profile image
thomasaudo

Totally!
Thanks for noticing, I've fixed it :)