본문 바로가기

Study Memos/JavaScript Basic

prototype (Section 29)

참고> opentutorials.org/course/743/6573

 

1. prototype chain: child에서 최상위 parent로 prototype 이 chain처럼 연결되는 방식.

반응형

'Study Memos > JavaScript Basic' 카테고리의 다른 글

데이터 타입 (Section 32)  (0) 2020.10.27
표준 내장 객체의 확장 (Section 30)  (0) 2020.10.27
상속 (Section 28)  (0) 2020.10.27
this (Section 27)  (0) 2020.10.27
전역 객체 (Section 26)  (0) 2020.10.27