getOwnPropertyNames

es버전
Tags
속성
비고
객체의 모든 프로퍼티 값을 배열로 담아서 반환한다
// Returns all properties as an array Object.getOwnPropertyNames(object)