typeof 연산자

dev.dave·2023년 7월 24일

Javascript

목록 보기
13/167

typeof 연산자


typeof null // Object
typeof [] // Object
typeof {} // Object
typeof new Data() // Object
typeof function // function

typeof '' // string
typeof 1 // numnber
typeof NaN // numnber
typeof true // boolean
typeof undefined // undefined
typeof Symbol() // symbol

profile
🔥개인 메모 / 다른블로그 자료 참조 / 다른블로그 자료 퍼옴 (출처표기) /여기저기서 공부 했던 내용 개인메모 & 참고 / 개인 기록 용도 블로그 입니다.🔥

0개의 댓글