Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove confusing reference to Object.getOwnPropertyNames() (#31715)
* Update index.md to remove " (as with Object.getOwnPropertyNames())" Previous text: "...does not imply that hasOwnProperty itself is confined strictly to enumerable items (as with Object.getOwnPropertyNames())." This seems to imply that Object.getOwnPropertyNames is limited to enumerable items. * Update index.md to clarify reference to `Object.getOwnPropertyNames` as a non-enumerable iterator * Update files/en-us/web/javascript/reference/global_objects/object/hasownproperty/index.md Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
- Loading branch information