Day 11: Higher Order Functions Part 2
Lesson 0: Intro
Yesterday we covered these functions:
forEachsortmapfilterfind
And today we will look at the rest of these JavaScript array higher order functions:
findIndexsomeeveryreducereduceRight
Let's get to it.