Fixed #1982
This commit is contained in:
@ -755,7 +755,7 @@
|
|||||||
"title": "Manipulate JavaScript Objects",
|
"title": "Manipulate JavaScript Objects",
|
||||||
"difficulty":"9.9823",
|
"difficulty":"9.9823",
|
||||||
"description":[
|
"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:",
|
"For example, we can add properties to objects like this:",
|
||||||
"<code>myObject.myProperty = \"myValue\";</code>",
|
"<code>myObject.myProperty = \"myValue\";</code>",
|
||||||
"We can also delete them like this:",
|
"We can also delete them like this:",
|
||||||
|
Reference in New Issue
Block a user