object 썸네일형 리스트형 javascript 기본 개념 0, -0, null, "", false, NaN, undefined는 false이며, 나머지는 몽땅 trueObject 객체는 top-level 의 Global 객체이고, empty 객체이다. 프로퍼티 : constructor 생성자 메서드 명시 prototype 추가 메서드 및 프로퍼티 명시 메서드 :hasOwnProperty(): 프로퍼티 존재 boolean으로 return;toString(): 객체의 상태를 String return;isPrototypeOf(o) : 다른 객체로부터 확장 되었는지 boolean return; 다른 객체들 :String Number Math Array Date JAVASCRIPT Object Instance 만들기var o1 =new String("Hello My G.. 더보기 이전 1 다음