Fixing small typo
This commit is contained in:
Cristian V. Nica
2015-08-05 23:22:37 +03:00
parent 4ff54006d3
commit caef8c9da8

View File

@ -677,7 +677,7 @@
"description":[
"",
"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",
"<code>",
"var cat = {",