Creates a function that selects a specific property value from an object.
Useful for use with arrays map
function when extracting a single property from each object.
Property name in target that will be selected
The property name to select
select value by key from the target
Creates a function that selects a specific property value from an object.
Useful for use with arrays
map
function when extracting a single property from each object.