3/5/2025
The map() method is used for creating a new array from an existing one.
The filter() method takes each element in an array and it applies a conditional statement against it.
The reduce() method reduces an array of values down to just one value.
We will be exploring the Map, Filter, and Reduce Array methods, which are a few more useful tools. Utilizing documentation, we are going to be able to write code that executes the array functions.