Skip to content

Latest commit

 

History

History
62 lines (52 loc) · 1.18 KB

README.md

File metadata and controls

62 lines (52 loc) · 1.18 KB

JS Cardio 🏃🏼

Inspired by Wes Bos' JavaScript30 lesson

Task

Solve these problems using your expert JS knowledge! Your goal is to make all of the tests pass.

Try not to use any for loops, only higher-order Array functions.

Below is the dummy data we are testing against if you need it for any reason.

[
  'Faber Guerreau',
  'Gilbertine Stichall',
  'Cristina Cuckoo',
  'Johnette Chatelot',
  'Trish Mayou',
  'Ruth Connell',
  'Hamid Elsegood',
  'Thorstein Woodward',
  'Bethena Porte',
  'Nelle Durek',
  'Bastien Leyrroyd',
  'Albie Tranfield',
  'Bryce Temprell',
  'Darya Chinery',
  'Rea Matoshin',
  'Tommie Benda',
  'Lowell Trowel',
  'Wayne Claughton',
  'Teena Bansal',
  'Basile Phonix',
]

Setup

We are using Jest for testing.

  1. Clone this repository
  2. Create your own empty repository on GitHub
  3. Open locally and change the remote:
    $ git remote set-url https://github.com/USERNAME/REPOSITORY.git
  4. Install dependencies
    $ npm install
  5. Run tests
    $ npm test

Groups

  1. Brennan, CJ
  2. Dean, Ayana
  3. Cody, Adam
  4. Dandy, Andre, Roberto