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