Skip to content

This exercise is intended for practice with the .filter() and .map() advanced array methods.

Notifications You must be signed in to change notification settings

the1michaelt/AdvancedArrayMethods_Lab_Live

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

This exercise is intended for practice with the .filter() and .map() advanced array methods.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published