Echo JS 0.11.0

<~>

tracker1 1709 days ago. link 1 point
In addition to #3

    let { propToRemove, ...newObj } = oldObj;

then throw away the propToRemove.

Also, if you are serializing and set the value to `undefined`, then it won't be JSON stringified into the output.