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 |
29 | 30 |
Tags
- frontend
- 열공하자
- 성장기
- PostgreSQL
- node.js
- Node.js기본
- Partition
- 파티셔닝
- 실시간알림
- partitioning
- localStorage
- 개발자
- Lag
- mariadb
- SSE
- ServerSentEvent
- node.js란
- EventSource
Archives
- Today
- Total
써치킴의 우당탕탕 개발 블로그
[TypeScript][ch6][Class] What are Class 본문
Class
- object를 만드는 blueprint(청사진, 설계도)
- 클래스 이전에 object를 만드는 기본적인 방법은 function
- JavaScript에도 Class는 ES6부터 사용 가능
- OOP을 위한 초석
- TypeScript에서는 Class도 사용자가 만드는 타입의 하나
'TypeScript 합시다' 카테고리의 다른 글
[TypeScript][ch6][Class] constructor(생성자) & initialize(초기화) (0) | 2022.02.15 |
---|---|
[TypeScript][ch6][Class] Quick Start - class (0) | 2022.02.15 |
[TypeScript][ch5][Interface] type alias vs interface (0) | 2022.02.14 |
[TypeScript][ch5][Interface] Readonly Interface Properties (0) | 2022.02.14 |
[TypeScript][ch5][Interface] function interface (0) | 2022.02.14 |
Comments