Build JavaScript Objects - Free Code Camp

preview_player
Показать описание
In today's basic tutorial we explore building a JavaScript object. This is a very important concept so I try to delve into the subject to make it more clear for someone learning to program. Enjoy!
Рекомендации по теме
Комментарии
Автор

it keeps saying var is an unidentified key word do you know why that is?

GilgameshAshes
Автор

var myDog = {
"name": "The Black Key",
"legs": 4,
"tails": 4,
"friends": ["lassy", "spot"]
};
still didnt work

therichmindsetttt
Автор

Please what's the difference between an object and a multi-dimensional variable?

successimamun
Автор

var myDog = {
"name'' : "Parker",
"legs" : 4,
"tails" : 1,
"friends" : ["Jersy", "Sporty"]
};

what am i doing wrong? myDod shows a red line underneath

kamogelophale
join shbcf.ru