DEV Community

Discussion on: Array filter

Collapse
 
ilya_sher_prog profile image
Ilya Sher

Note that condition === true is different from Array.prototype.filter() which checks for Truthy value

Collapse
 
jamesrweb profile image
James Robb

Note that that’s intentional.