Skip to content

Latest commit

Β 

History

History
15 lines (8 loc) Β· 563 Bytes

README.md

File metadata and controls

15 lines (8 loc) Β· 563 Bytes

Array Cardio πŸ‹πŸ»β€β™€οΈ

Wanting to refresh my vanilla JavaScript skills, I decided to do Wesbos 30 day Vanilla JS challenge. For day 4, I refreshed my array prototype skills. I did some hard cardio on map, filter, sort, and reduce, which are most commonly used.

View Array Cardio locally in your computer

Clone the repo to your terminal : $ git clone https://github.com/Asilo5/Array-Cardio-4.git

Use your favourite editor to see what was done.

What was used to build Array Cardio

Array Cardio was built using:

  • Vanilla JavaScript