Get the top most property value from a pile of objects.
Array of objects, no required format.
Array of property names. For example object['foo']['bar'] → ['foo', 'bar'].
object['foo']['bar']
['foo', 'bar']
Value of the property with given accessors path from the first pile item where it's not undefined.
Get the top most property value from a pile of objects.