일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- python
- 프로젝트
- 크롤링
- Agile
- tensorflow
- instance
- 애자일
- analyzing
- Method
- opencv
- adaptive life cycle
- Scrum
- 자바스크립트
- DANAWA
- data analyze
- javascript
- Crawling
- AWS
- matplotlib
- Project
- data
- angular
- ECS
- pandas
- TypeScript
- algorithm
- visualizing
- webcrawling
- 다나와
- keras
Archives
- Today
- Total
목록interace (1)
LiJell's 성장기
Custom Types
ou can create your OWN types and use them the same way just like others For this, you need to create an interface data structure that defines the shape of data interface Order { customerName: string, itemNumbers: number[], isComplete: boolean } The interface keyword is used to initialize an interface, which shows us the SHAPE of the data that’s coming. Think of an interface like a factory mold. ..
Front-End/Angular & TypeScript
2022. 5. 26. 22:35