Nuacht

Filter and Map Lab Overview In this lab, we'll use our filter and map functions to write functions that properly query our data and return new arrays.
For example, driverNamesWithRevenueOver (drivers, 2000) will return ['Sammy'], as Sammy is the name of the matching driver object with a revenue greater than 2000. exactMatch () - This function takes ...