Merge pull request #1576 from cristianvnica/cristianvnica-1575

Fixing #1575
This commit is contained in:
benmcmahon100
2015-08-05 21:24:05 +01:00

View File

@ -677,7 +677,7 @@
"description":[ "description":[
"", "",
"A very important data type in javascript is the <code> Object </code>", "A very important data type in javascript is the <code> Object </code>",
"<code> Objects </code> a similar to <code> arrays </code> except that instead of using indexes to access and modify their data, Objects have what are called <code> properties </code>", "<code> Objects </code> are similar to <code> arrays </code> except that instead of using indexes to access and modify their data, Objects have what are called <code> properties </code>",
"Here's a sample Object", "Here's a sample Object",
"<code>", "<code>",
"var cat = {", "var cat = {",