#object-methods

[ follow ]
Video games
fromMedium
4 years ago

10 Utility Functions for Working with Objects in JavaScript

Object.entries() provides a way to manipulate an object's properties through key-value pairs.
The deepFreeze utility prevents changes to an object and its nested objects.
[ Load more ]