Christian Takle

Results 1 issues of Christian Takle

Remove redundant spread `processKeysInObj`. ### Description Avoid unnecessary memory allocation. ### Testing Filter is already returning a shallow copy of the array see: * https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/filter#return_value * https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Spread_syntax#copying_an_array ### Additional context...