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

Fixed #1982
pull/2001/merge
benmcmahon100 2015-08-19 21:30:25 +01:00
commit c6cb1a0742
1 changed files with 1 additions and 1 deletions

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