1. 26
    Get Deeply Nested Properties Safely with Ramda's path and pathOr Functions
    4m 3s

Get Deeply Nested Properties Safely with Ramda's path and pathOr Functions

InstructorAndy Van Slaars

Share this video with your friends

Send Tweet

In this lesson we'll see how Ramda's path and pathOr functions can be used to safely access a deeply nested property from an object while avoiding the dreaded checks for undefined at each new property in the desired path.