Silver Library (Archived)
Constructor, super class, literal, static 본문
CS Library/JavaScript - Data Structure
Constructor, super class, literal, static
Ayin Kim 2021. 7. 17. 16:13반응형
Constructor
1. https://aomee0880.tistory.com/96
2. https://webclub.tistory.com/380
Class - super
1. https://www.w3schools.com/jsref/jsref_class_super.asp
2. https://developer.mozilla.org/ko/docs/Web/JavaScript/Reference/Operators/super
Object - literal
1. https://kosaf04pyh.tistory.com/21
Static class, method, function
1. https://developer.mozilla.org/ko/docs/Web/JavaScript/Reference/Classes/static
Static methods are often utility functions, such as functions to create or clone objects, whereas static properties are useful for caches, fixed-configuration, or any other data you don't need to be replicated across instances.
2. https://kr.mathworks.com/help/matlab/matlab_oop/static-methods.html
'CS Library > JavaScript - Data Structure' 카테고리의 다른 글
백준 JS 소스코드 템플릿 겸 - 2588 곱셈 (0) | 2021.07.19 |
---|---|
class in JS (0) | 2021.07.18 |
Callback in JS? (0) | 2021.07.17 |
실행 컨텍스트? 렉시컬 환경이 뭐지? [2탄] (0) | 2021.07.12 |
실행 컨텍스트? 렉시컬 환경이 뭐지? (0) | 2021.07.10 |