mirror of
https://github.com/alrayyes/wiki.git
synced 2024-11-22 19:46:23 +00:00
19 lines
479 B
Markdown
19 lines
479 B
Markdown
|
---
|
||
|
id: 1d12fe9c-f655-49d2-8745-3148ec03cef9
|
||
|
title: JavaScript Object Functions
|
||
|
---
|
||
|
|
||
|
- [Object.keys](20201113095226-object_keys)
|
||
|
|
||
|
- [Object.assign](20201113095244-object_assign)
|
||
|
|
||
|
- [Object.is](20201113095300-object_is)
|
||
|
|
||
|
- [Object.entries](20201113102048-object_entries)
|
||
|
|
||
|
- [Object.values](20201113102106-object_values)
|
||
|
|
||
|
- [Object.getOwnPropertyDescriptors](20201113102125-object_getownpropertydescriptors)
|
||
|
|
||
|
- [Object.fromEntries](20201116095124-object_fromentries)
|