[๋ฐ๋๋ผJS๋ก ํฌ๋กฌ ์ฑ ๋ง๋ค๊ธฐ] Organizing Data with Objects
[์ถ์ฒ-์ ํ๋ธ ๋
ธ๋ง๋ ์ฝ๋ Nomad Coders] https://youtu.be/PRA_bhUxuh4 -Object์ Array์ ๋ค๋ฅธ ์ ์ Object์๋ ๊ฐ value์ ์ด๋ฆ์ ์ค ์ ์๋ค๋ ๊ฒ์ด๋ค -Object๋ ์ค์ ๊ฐ์ฒด๋ฅผ ๋ง๋๋ ๊ฒ -์ฝค๋ง(,)๋ฅผ ๋นผ๋จน์ง ๋ง ๊ฒ!! const nicoInfo = { name:"Nico", age:33, gender:"Male", isHandsome:true } console.log(nicoInfo.gender); const nicoInfo = { name:"Nico", age:33, gender:"Male", isHandsome:true, favMovies: ["Along the gods", "LOTR", "Oldboy"], favFood: [ { name:"K..
2021. 2. 26.