Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- dotenv
- javascript
- keyup
- yet
- Dom
- textContent
- Temporal dead zone
- HTML
- modal
- keyboardEvent
- node
- UI
- for loop
- Review
- CSS
- node.js
- Empty
- Event
- beforeinput
- ES5
- innerHTML
- react
- a11y
- css:position
- js
- TypingEffect
- nodeValue
- addEventListener
- es6
- innerText
Archives
- Today
- Total
the murmurous sea
JS: instance? 본문
"JavaScript는 객체(인스턴스)와 객체 간의 상속 관계를 자유롭게 설정할 수 있습니다."
from
https://opentutorials.org/module/4047/24626
객체 간의 상속 - JavaScript 객체 지향 프로그래밍
수업소개 JavaScript는 객체(인스턴스)와 객체 간의 상속 관계를 자유롭게 설정할 수 있습니다. 이 수업에서는 클래스가 아닌 객체를 통해서 상속하는 방법을 알아봅니다. 강의1 자바스크립트의 �
opentutorials.org
instance
: An “instance” means a reference to an “object” created by “new” or the equivalent.
from https://www.quora.com/What-is-an-instance-of-object-in-JavaScript
'#dev > 개념정리' 카테고리의 다른 글
json.parse() vs. response.json (0) | 2020.06.25 |
---|---|
JS: match() vs includes() (0) | 2020.06.24 |
JS ES6: Array.from() (0) | 2020.06.05 |
Event: keydown, keypress, keyup (0) | 2020.06.05 |
JS ES6: Hoisting, Temporal dead zone (0) | 2020.06.03 |
Comments