Using Objects: Introduction to Programming with Google Sheets 14-B

preview_player
Показать описание
Now that we have introduced objects, we create an object inline so that we can control it using instructions from our spreadsheet.

Рекомендации по теме
Комментарии
Автор

How to create this nested object from google sheets Sir?
var subjectObject =
{
"Front-end": {
"HTML" : ["Links", "Images", "Tables", "Lists"],
"CSS" : ["Borders", "Margins", "Backgrounds", "Float"],
"JavaScript": ["Variables", "Operators", "Functions", "Conditions"]
},
"Back-end": {
"PHP": ["Variables", "Strings", "Arrays"],
"SQL": ["SELECT", "UPDATE", "DELETE"]
}
}

ConsulthinkProgrammer
Автор

missing } after property list for the above code

johnn
welcome to shbcf.ru