wiki/content/20200826201959-object_functions.md

19 lines
479 B
Markdown
Raw Normal View History

2024-05-06 20:40:05 +00:00
---
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)