javascript: how to delete or remove a property from javascript objects?

If you are a seasoned JavaScript developer, then you work with JavaScript objects all the time and it is pretty obvious how you can remove properties from objects. This post is more for the uninitiated and newbies, not for programmers ;-). It is easy enough create properties and assign values to them. There are also a couple of different ways…