There was an error while loading. Please reload this page.
We can add properties to objects like this:
myObject.myProperty = "myValue";
We can also delete them like this:
delete(myObject.myProperty);
New to Free Code Camp?
JS Concepts
JS Language Reference
Other Links