JS DataType less than 1 minute read 자바스크립트의 데이터 타입은 크게 두 가지로 분류된다. 기본형 (primitive type) number / 숫자 string / 문자열 boolean / 불리언 null undefined … Symbol (ES6) 참조형 (reference type) object Array Function Date RegExp (ES6) Map WeakMap Set WeakSet … Share on Twitter Facebook LinkedIn Previous Next Leave a comment
Intersection Observer less than 1 minute read Intersection Observer란 타겟 요소와 상위 요소 또는 최상위 Document의 Viewport 사이의 Intersection 내의 변화를 비동기적으로 관찰하는 방법이다.
JS Hoisting 1 minute read Hoist: 소형의 감아올리는 장치. 공장 내의 재료 운반·조립에 사용하며, 들보 위에서 이동시킴. 구동 방식에 따라 공기 호이스트·전기 호이스트 등으로 나누어짐.
Leave a comment