Array Cardio 2
#JavaScript30
This is the seventh of the 30 day Vanilla JS Challenge by Wes Bos. On today's challenge, the focus was implementing various array methods (some, every, find, findIndex and slice).
The technologies used were:
- HTML
- JavaScript