keys
can.Map.keysIterate over the keys of an Map.
can.Map.keys(map)
Parameters
-
map
{can.Map}
the
can.Map
to get the keys from
Returns
{Array}
array An array containing the keys from map.
Iterate over the keys of an Map.
{can.Map}
the can.Map
to get the keys from
{Array}
array An array containing the keys from map.
keys
iterates over an map to get an array of its keys.