Day 11: Higher Order Functions Part 2
Lesson 0: Intro
Yesterday we covered these functions:
forEach
sort
map
filter
find
And today we will look at the rest of these JavaScript array higher order functions:
findIndex
some
every
reduce
reduceRight
Let's get to it.