This commit is contained in:
Aryan Jabbari 2015-08-17 22:31:37 -04:00
parent 46c2ad4057
commit c31f6956c1

View File

@ -755,7 +755,7 @@
"title": "Manipulate JavaScript Objects",
"difficulty":"9.9823",
"description":[
"There are many ways to add and add and remove properties from objects.",
"There are many ways to add and remove properties from objects.",
"For example, we can add properties to objects like this:",
"<code>myObject.myProperty = \"myValue\";</code>",
"We can also delete them like this:",