We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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