DEV Community

Discussion on: Modern JavaScript, 10 things you should be using, starting today

Collapse
 
payapula profile image
payapula

Thanks for the article!

One correction:

find(), finds an item in list else null

find() actually returns undefined if no value is matched in the array.

Collapse
 
ssenyonga_yasin_codes profile image
ssenyonga yasin

good items here