typeof
typeof 연산자는 피연산자의 평가 전 자료형을 나타내는 문자열을 반환합니다. typeof 연산자는 피연산자 앞에 위치합니다. typeofoperand typeof(operand) typeof가 반환할 수 있는 값을 아래 표에서 볼 수 있습니다. 자료형과 원시값에 대한 자세한 정보는 JavaScript 자료형과 자료구조 페이지를 참고하세요. Note: ECMAScript 2019 and older permitted implementations to have typeof return any implementation-defined string value for non-callable non-standard exotic objects.
https://developer.mozilla.org/ko/docs/Web/JavaScript/Reference/Operators/typeof