Skip to content

cjnunez/js-cardio-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published