Merge pull request #1985 from AryanJ-NYC/AryanJ-NYC-1982

Fixed #1982
This commit is contained in:
benmcmahon100
2015-08-19 21:30:25 +01:00

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:",