1) null: Object type but empty or no existence
2) undefined: undefined type, a variable has been declared but the value of this has not defined
3) NaN: Not a Number
4) null !== undefined but null == undefined // type은 같지 않으나 존재하지 않는건 같음
'JavaScript' 카테고리의 다른 글
Closure Function (0) | 2020.12.05 |
---|---|
Recursion Function (재귀함수) (0) | 2020.12.05 |
Template Literals (0) | 2020.12.03 |
정규식 (0) | 2020.12.03 |
Prototype (0) | 2020.12.03 |