객체 속성(property) 표현법
1. 다른 객체 지향 언어들처럼 점으로 접근 예) object.name
2. 대괄호 표기법 예: object["name"]
위 두가지 방법의 결과값은 같다.