unary 오퍼레이터! 라던가 - 등과 같이 인자를 하나만 받을 수 있는 연산자 inherit 판단 안함그래서 결과 'string' | 'object' | 'function' | 'number' | 'undefined' | 'symbol' | 'bigint' | 'null' typeoftypeof 연산자는 피연산자의 평가 전 자료형을 나타내는 문자열을 반환합니다. 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