# Adding and Removing Properties on an Object | KIRUPA

**URL:** https://forum.kirupa.com/t/adding-and-removing-properties-on-an-object-kirupa/638183
**Category:** programming
**Created:** [May 6, 2018, 8:16am UTC](https://forum.kirupa.com/t/adding-and-removing-properties-on-an-object-kirupa/638183 "2018-05-06T08:16:31Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![kirupa](https://yyz1.discourse-cdn.com/flex011/user_avatar/forum.kirupa.com/kirupa/32/11616_2.png) [@kirupa](https://forum.kirupa.com/u/kirupa)
#### Post date: [May 6, 2018, 8:16am UTC](https://forum.kirupa.com/t/adding-and-removing-properties-on-an-object-kirupa/638183/1 "2018-05-06T08:16:31Z")

</div>

Objects in JavaScript seem fairly simple. They have a name, they use the weird curly braces a lot, and they contain data in the form of property / value pairs:

* * *
This is a companion discussion topic for the original entry at [http://www.kirupa.com/javascript/adding\_removing\_properties\_object.htm](http://www.kirupa.com/javascript/adding_removing_properties_object.htm)
