Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 1.04 KB

File metadata and controls

19 lines (15 loc) · 1.04 KB

Exercise 4: Array Cardio

Nitish Dayal, Software & Applications Developer - Contact
Last Commit Date: May 12, 2017

Not really much of a guide necessary for this one. The challenge is pretty well documented as far as what's expected from the developer; use built-in array methods and perform the necessary operations to provide the expected values. Easy peasy.

If you're unfamiliar with JavaScript array methods, Mozilla docs are your friend.

The following built-in Array methods will be utilized to solve this challenge:

Woooooooo all done with day 4!