Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 1.1 KB

README.md

File metadata and controls

22 lines (15 loc) · 1.1 KB

dCC Advanced Array Methods Lab - LIVE

INTRODUCTION

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:


INSTRUCTIONS FOR SETUP

  1. Download the .zip file from this GitHub repository
  2. Unzip on your computer and open in Visual Studio Code
  3. Open the index.html file in your browser
  4. Use the DevTools of your browser to access the Console
  5. Work through each problem in app.js from the top of the file down
  6. Inspect your work using console.log() to log variables and viewing them in the DevTools Console