객체1 객체 객체 (Object) 주소록에 주로 사용 let user = { firstName : 'Lee', lastName : 'Sangho', email : 'jesussangho@gmail.com', city : 'Seoul', phone : '010-0000-0000' }; firstName : 키(key) 'Lee' : 값(value) 객체는 키와 값 쌍(key-value pair)으로 이루어져 있음 Dot notaion (object.key) let user = { firstName : 'Lee', lastName : 'Sangho', email : 'jesussangho@gmail.com', city : 'Seoul', phone : '010-0000-0000' }; /*=================.. 2020. 6. 18. 이전 1 다음