자바스크립트의 객체와 배열은 모두 객체 안에 객체 배열 안에 배열과같은 이중구조를 가질 수 있다.const Object = { name: 철수, age: 28, hobby :{ game:LoL sports:Soccer }}const