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 | 31 |
Tags
- AWS
- BOJ 5791
- BOJ 2012
- 다익스트라
- BOJ 2234
- BOJ 1074
- BOJ 4485
- BOJ 5568
- MySQL
- BOJ 2146
- 분할과 정복
- Coercion
- 플로이드 와샬
- BOJ 1912
- serverless
- BOJ 11726
- priority_queue
- spring security
- javascript
- Lambda
- DP
- BOJ 2213
- BOJ 1926
- BOJ 6593
- BOJ 4948
- BOJ 1697
- BOJ 2167
- 조합 알고리즘
- springboot
- BOJ 2407
Archives
- Today
- Total
목록Coercion (1)
고인물을 지양하는 블로그

via MEME 자바스크립트는 Loosely Typed(자료형 선언 없이 할당 가능) 언어이다. 자바스크립트의 타입은 Primitive Value, Object 타입으로 나누어지고, 오늘은 Primitive Value 타입과 묵시적 형변환이 주 내용이다. Primitive Value Boolean type Null type Undefined type Number type BigInt type String type Symbol type Primitive Value는 Immutable (변경 불가) 타입이다. 자바처럼 String 타입도 Immutable이다. 독특한 것은 Undefined, Null이 따로 타입으로 분리돼 있다는 것인데, 이 점이 비교 연산 등에서 주의를 필요로 한다. Null 과 Unde..
카테고리 없음
2021. 8. 22. 16:04