Here's an example of how to use the _.forInRight function from Lodash in JavaScript:
index.tsx260 chars20 lines_.forInRight loops through the object's properties in the reverse order that they were defined. The callback function is executed for each property, passing in the value and key as arguments.
gistlibby LogSnag