Skip to content

Practice using array methods .map(), .filter(), and .reduce().

Notifications You must be signed in to change notification settings

SEI-R-2-22/u1_lab_HOF

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Higher Order Functions Exercise

Map

Overview

In this lab, you will create functions that accomplish the specified goal to practice using Higher Order Functions.

Getting Started

  • Fork and Clone
  • npm install in this directory
  • npm test to check the installation

Objectives

  • Practice using .map(), .filter(), and .reduce()

Instructions

Follow the prompts in the provided index.js. Once completed you should have 7 passing tests not including the bonuses. The unit tests will restart once you save your index.js. Don't spend too much time on one function! If you get stuck move on to the next one.

To exit the unit tests, in your terminal press ctrl+c or q

About

Practice using array methods .map(), .filter(), and .reduce().

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published