JavaScript for Beginners #43 Introduction to Objects in JavaScript

preview_player
Показать описание
Here, we will learn about objects in JavaScript.

0:00 Introduction, why do we use objects
0:27 Setting up an array
1:20 Setting up an object
4:55 Using the new Object() syntax
6:08 Setting up food objects
7:58 Setting up an array of objects
8:45 Setting up a for loop

JavaScript Playlist:

MDN Objects:

NodeJS:

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

Would it be possible to nest the object e.g. Object = {vehicle:car, insuranceStatus:insurance} where car = {make: "Honda", colour:"Blue"} etc. Would that be a good or a rather bad practice?

laponiec