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
- module wrapper function
- Sass
- flexbox
- improve-iq-by-up-to-10%!
- ajax
- flex-basis
- express-handlebars
- just-one-small-sip
- 무료 백엔드 배포
- flex-grow
- es6
- css variables
- close together
- 정규표현식
- Node.js
- node
- 디자인패턴
- regExp
- select by attribute
- Engoo
- shit-christmas
- Express
- css
- css 오버레이
- img 확대
- css grid
- Prototype
- flex-shrink
- JS
- Object.create
Archives
- Today
- Total
null과 undefined의 차이 본문
값을 비우는 것이 의도적인지 아닌지가 포인트인것 같다.
null 같은 경우에는 의도적으로 값을 비우고자 할 때 사용되어지고,
undefined는 초기화를 하지 않거나 선언하지 않은 변수를 호출하려 할 때 사용되어지는 것 같다.
'2021 프론트 엔드 로드맵 따라가기 > JS' 카테고리의 다른 글
Math Object (0) | 2021.05.29 |
---|---|
Type Conversion (0) | 2021.05.29 |
DOM Manipulation (0) | 2021.05.28 |
Construct object (0) | 2021.05.28 |
function (0) | 2021.05.28 |
Comments