fixed minor typo where there was a 's' left when the sentence was changed. Issue #2853
This commit is contained in:
@ -718,7 +718,7 @@
|
|||||||
"<code> \"enemies\": [\"Water\", \"Dogs\"]</code>",
|
"<code> \"enemies\": [\"Water\", \"Dogs\"]</code>",
|
||||||
"<code>};</code>",
|
"<code>};</code>",
|
||||||
"</code>",
|
"</code>",
|
||||||
"Objects are useful for storing data in a structured way, and can represents real world objects, like a cat.",
|
"Objects are useful for storing data in a structured way, and can represent real world objects, like a cat.",
|
||||||
"Let's try to make an Object that represents a dog called myDog which contains the properties 'name' (String), 'legs' (Number), 'tails' (Number) and 'friends' (Array)!"
|
"Let's try to make an Object that represents a dog called myDog which contains the properties 'name' (String), 'legs' (Number), 'tails' (Number) and 'friends' (Array)!"
|
||||||
],
|
],
|
||||||
"tests":[
|
"tests":[
|
||||||
|
Reference in New Issue
Block a user