Replying to @coderbyheart

let o = { foo: 'bar' }; o = { ...o, baz: 'boo' }; is perfectly fine.

Fri, 01 Sep 2017 14:03:24 UTC

1 reply