TalentPathWorks / js-cardio

Messing around with arrays

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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. Install dependencies
    $ npm install
  3. Run tests
    $ npm test

Group

  1. Dandy, Andre, Roberto

About

Messing around with arrays

License:MIT License


Languages

Language:JavaScript 100.0%