katimperial / u1_hw_HOF

Practice using Higher Order Functions and JavaScript Objects.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Higher Order Functions and Objects

What

Homework Overview

In this deliverable, you will be practicing using Higher Order Functions and JavaScript Objects.

Getting Started

  • Fork and clone this repo.
  • cd into the folder and run npm install.
  • Run npm test to check your work.

Instructions

Work in the solution.js file.

Follow the directions outlined in each function. Keep your code within the sections provided to ensure the tests run properly. Do not remove/edit the module.exports section.

Homework Requirements

There are a total of 8 tests, the last function is a bonus.

  • Complete all 7 non bonus functions by following the provided prompts.
  • Your code must pass 7 out of 8 tests when you run npm test.
  • Make sure to return your result in each function provided.
  • You do not have to invoke your functions, the tests will do it for you!

Bonus

  • Complete sortObjectsByValue

Submission Guidelines

Resources

About

Practice using Higher Order Functions and JavaScript Objects.


Languages

Language:JavaScript 100.0%