This assignment will give you practice using the Array.prototype.map()
, Array.prototype.filter()
, and Array.prototype.reduce()
higher order array methods.
Make sure to have the documentation for each of these open as you use them:
- Download the
.zip
file from this GitHub repository - Unzip on your computer and open in Visual Studio Code
- Open the
index.html
file in your browser - Use the DevTools of your browser to access the Console
- Work through each problem in
app.js
from the top of the file down - Inspect your work using
console.log()
to log variables and viewing them in the DevTools Console