AlnurFaisal / higher-order-functions-exercises

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Assignment: Higher order functions

Setup

  • yarn install
  • To run all tests in watch mode: yarn test:watch
  • To run a specific test suite: yarn test:watch ./[directory]
    • For example: yarn test:watch ./map

Instructions can be found in the javascript files. Read the test file to get more context on what you need to do in order to pass the tests.

About


Languages

Language:JavaScript 100.0%