IT/JavaScript

typeof

봉즙 2020. 6. 25. 20:49
const a = "a";
typeof a;

 

기본타입 숫자 number
기본타입 문자 string
기본타입 불린  boolean
기본타입  null object
기본타입  undefined undefined
참조타입 객체 object
참조타입 배열 object
참조타입 함수 function