Length : 3
Prototype : 23
Constructor : function Human(name, job, birth) { //객체 생성 this.name = name; this.job = job; this.birth = birth; }