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
- Android
- Kotlin
- SPC
- SQL
- tomcat
- 공정능력
- mapreduce
- plugin
- IntelliJ
- MSSQL
- Python
- es6
- vaadin
- mybatis
- SSL
- hadoop
- Express
- JavaScript
- Sqoop
- Java
- xPlatform
- window
- Spring
- Eclipse
- 보조정렬
- R
- react
- NPM
- GIT
- table
Archives
- Today
- Total
반응형
목록front-end & ui/typescript (1)
DBILITY
typescript 기초
typescript가 존재하는 이유는 javascript의 dynamic typing 때문? dynamic typing은 할당된 값에 따라 알아서 척척 type casting을 해주는 것으로 생각하면 된다. 이로 인해 런타임에서야 확인 가능한 명확하지 않은 경고와 오류에 빠지게 되었다. 오류~ typescript에서 try catch block으로 처리하려는데 error catch가 되지 않음..error의 type은 뭔가? unknown이라니..일단 any로 하니 잡히기는 한다. 근데 any는 곤란하다..throw를 통해 생성된 것과 구분만 해봤다. try { .... throw new Error('알고 싶지 않아'); .... } catch (error) { console.log(error); //t..
front-end & ui/typescript
2021. 12. 23. 14:22
반응형