Section 18

AWESOMee·2022년 4월 18일
0
post-thumbnail

Udemy Web Developer Bootcamp Section 18

JS Object Literals

JS objects are second data structure after arrays.
Just like arrays, objects are going to help store multiple pieces of data together in some sort of structure. Bur unlike arrays where the whole point is to order our data.
Our data is stored using what we call key value pairs or properties. A property is just two pieces of information. A key like a label and then a value. And they form a pair and an object is just a bunch of these pairs.

Creating Object Literals


Access Data Out Of Objects


Modifying Objects


Nexting Array & Objects

profile
개발을 배우는 듯 하면서도

0개의 댓글