DEV Community

Discussion on: JavaScript Basics Before You Learn React

Collapse
 
lysofdev profile image
Esteban Hernández

Great post!

I'd like to also mention .forEach() and .reduce() which are not quite as commonly used as .map() and .filter() but still worth noting. :)