mapBy (key) Array
public
Similar to map, this specialized function returns the value of the named property on all items in the enumeration.
Parameters:
-
key
String
- name of the property
Returns:
-
Array
- The mapped array.
mapBy (key) Array
public
Similar to map, this specialized function returns the value of the named property on all items in the enumeration.
String
Array
Please login to continue.