Compare Revisions

Object

Change Revisions

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
n101        Returns an array of a given object's own enumerable propen101        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.
n167        Returns an array containing the names of all of the givenn167        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.
t191        Returns an array of a given object's own enumerable valuet191        Returns an array containing the values that correspond to
>s.> all of a given object's <strong>own</strong> enumerable string p
 >roperties.

Back to History