Great article.
However, I don't think using `_.indexOf ()` is a more functionnal way than declaring `findIndex`. We can say it's more imperative style, clearly right, but functionnal no. Functionnal programming is a concept about utilizing pure functions, immutability etc and `findIndex` somehow fits the requirements of such function. In my opinion, two cases use functionnal style.