Lodash.js - findLastIndex() function

A simple Lodash.js example of the findLastIndex() function, we will return the index of the element we are seeking for, but iterating from the end to the beggining of the provided collection.