728x90
300x250
SMALL
console.log(typeof 42);
// expected output: "number"
console.log(typeof 'blubber');
// expected output: "string"
console.log(typeof true);
// expected output: "boolean"
console.log(typeof undeclaredVariable);
// expected output: "undefined"
typeof로 반환할 수 있는 값
출처 : https://developer.mozilla.org/ko/docs/Web/JavaScript/Reference/Operators/typeof
728x90
반응형
LIST
'javaScript > JS Tutorial' 카테고리의 다른 글
문자열 추출하기 (0) | 2022.09.09 |
---|---|
[자바스크립트] 문자열 길이 구하기 length (0) | 2022.09.06 |
[자바스크립트]string 문자열에 따옴표 사용하기 (2) | 2022.09.03 |
[javaScript] 자바스크립트 이벤트 (0) | 2022.08.27 |
[자바스크립트]객체 메소드 (0) | 2022.08.24 |
댓글