JavaScript Arrays
Posted on Jul 20th, 2022
🗓️Today’s topics
- Using arrays
- Iteration: using loops with arrays
- Transforming arrays with map, reduce, and filter
🎯 Project
Optional:
- Modern JavaScript Tutorial
- More explanations, examples, and exercises for JavaScript concepts
🔖 Resources
- MDN Loops and Iteration
- MDN Array
- A pretty good explanation of map, filter, and reduce
- map, filter, and reduce in a tweet
- A Visualization of What Reduce Does
⭐️ EXTRA/TMI
- Eloquent JavaScript Chapter 5: Higher Order Functions - This is a pretty intense read but it includes examples of map, filter, and reduce.