Destructure an object to remove a property

Destructure an object to remove a property link
Use case link
I want to delete a property from an object in a pure (immutable) way.
Solution link
Use a destructuring assignment to assign the to be removed property to a variable, while cloning the "rest" properties to a new variable.
The _
is used to prevent a linter giving the warning "variable is declared but its value is never read".
For more examples see Destructuring assignment on MDN
Follow me
You can find me on Twitter, LinkedIn, and GitHub.
Support me
I appreciate it if you would support me if have you enjoyed this post and found it useful, thank you in advance.