Merge pull request #1576 from cristianvnica/cristianvnica-1575

Fixing #1575
pull/18182/head
benmcmahon100 2015-08-05 21:24:05 +01:00
commit 59991365f5
1 changed files with 1 additions and 1 deletions

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 = {",