Compare Revisions
Object
Revision 1340351:
Revision 1340351 by madarche on
Revision 1361313:
Revision 1361313 by rwaldron on
- Title:
- Object
- Object
- Slug:
- Web/JavaScript/Reference/Global_Objects/Object
- Web/JavaScript/Reference/Global_Objects/Object
- Tags:
- "Constructor" "JavaScript" "Object"
- "Constructor" "JavaScript" "Object"
- Comment:
- More "relative" URLs
- Update per https://github.com/tc39/ecma262/issues/1110#issuecomment-367172526
- Content:
-
Revision 1340351 Revision 1361313 n 101 Returns an array of a given object's own enumerable prope n 101 Returns an array containing all of the <code>[key, value] > rty <code>[key, value]</code> pairs. > </code> pairs of a given object's <strong>own</strong> enumerable > string properties. n 167 Returns an array containing the names of all of the given n 167 Returns an array containing the names of all of the given > object's <strong>own</strong> enumerable properties. > object's <strong>own</strong> enumerable string properties. t 191 Returns an array of a given object's own enumerable value t 191 Returns an array containing the values that correspond to > s. > all of a given object's <strong>own</strong> enumerable string p > roperties.