Echo JS 0.11.0

<~>

MaxArt 973 days ago. link 1 point
The second technique doesn't actually remove the property: it creates another object without a property. It's widely used if immutability is a constraint.

If you want another proper way, you can use Reflect.deleteProperty.