MCPcopy Create free account
hub / github.com/OpenEndedGroup/Field2 / values

Function values

lib/web/jshint.js:11424–11426  ·  view source on GitHub ↗

* Creates an array of the own enumerable property values of `object`. * * **Note:** Non-object values are coerced to objects. * * @static * @memberOf _ * @category Object * @param {Object} object The object to query. * @returns {Array} Returns the array of pro

(object)

Source from the content-addressed store, hash-verified

11422 * // => ['h', 'i']
11423 */
11424 function values(object) {
11425 return baseValues(object, keys(object));
11426 }
11427
11428 /**
11429 * Creates an array of the own and inherited enumerable property values

Callers 3

toIterableFunction · 0.85
includesFunction · 0.85
toArrayFunction · 0.85

Calls 1

baseValuesFunction · 0.85

Tested by

no test coverage detected