[TypeScript] Narrowing with else
안녕하세요 동기 여러분! 헤헤 엠블럼을 하나 만들어 봤습니다ㅋㅋㅋ 오늘은 타입 좁히기의 세 번째 시간으로 if문에 else도 사용하여 타입을 좁혀 보도록 하겠습니다!!! Narrowing with else 저번 시간에 이런 코드를 만들었었습니다. type Bionic = { run: () => string; } type Mechanic = { drive: () => string; } const marine = { run: () => '자! 가자, 가자!, 좋았어!, 한바탕 놀아볼까!' } const siegeTank = { drive: () => '이동!, 전진 앞으로!, 기꺼이!' } function move(unit: Bionic | Mechanic) { if('run' in unit) { retur..
TypeScript
2022. 1. 22. 08:19
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- CSS
- CSS 포지션
- HTML 기본
- html table
- 함수
- 타입스크립트
- method
- if문
- Array
- 타입 좁히기
- 동기코딩
- 반복문
- function
- 파이썬
- 메서드
- Typescript
- Object
- Type
- css position
- padding
- Python
- html
- 객체
- em
- 자바스크립트
- javascript
- 프로그래머스
- for문
- 실수
- Margin
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함