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
- img 확대
- css
- just-one-small-sip
- Prototype
- close together
- Sass
- JS
- flex-grow
- 정규표현식
- 무료 백엔드 배포
- Node.js
- flexbox
- shit-christmas
- select by attribute
- ajax
- flex-basis
- Object.create
- node
- es6
- Express
- regExp
- module wrapper function
- css 오버레이
- 디자인패턴
- express-handlebars
- Engoo
- flex-shrink
- improve-iq-by-up-to-10%!
- css grid
- css variables
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