Learn how to remove a property from a JavaScript object.
Read on how to do it in this tutorial: https://www.w3schools.com/howto/howto_js_remove_property_object.asp
Remove Property from an Object
The delete operator deletes a property from an object.
Try it yourself here: https://www.w3schools.com/howto/tryit.asp?filename=tryhow_delete_property_object
Read more about JavaScript Objects in our JavaScript Object Tutorial.