Tags → #javascript
-
Immutably remove object properties in JavaScript
An alternative approach for removing object properties without the use of the delete operator.
An alternative approach for removing object properties without the use of the delete operator.