#objectentries

[ follow ]
Medium
3 years ago
JavaScript

10 Utility Functions for Working with Objects in JavaScript

Object.entries() returns key-value pairs of owned properties. Create deep freeze utility using recursion. Convert objects to maps using Object.entries. [ more ]
[ Load more ]