values()

Returns an array of the values of this map.

The ES6 standard stipulates that this method should return an iterator. This library does not yet comply, but may in version 2.

On collections

Usage

  • values()

Related

  • keys()

    Returns an array of the keys of this map.

  • entries()

    Returns an array of all [key, value] entries for this map.