본문 바로가기

허쨩의 기록 프로젝트

검색하기
허쨩의 기록 프로젝트
프로필사진 허쨩

  • 분류 전체보기 (21)
    • Kakao Map API (2)
    • 신나는 JavaScript (17)
    • 맥OS (1)
    • 어쩌다 Spring boot (0)
Guestbook
Notice
Recent Posts
«   2025/08   »
일 월 화 수 목 금 토
1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
31
관리 메뉴
  • 글쓰기
  • 방명록
  • RSS
  • 관리

목록array (1)

허쨩의 기록 프로젝트

Modren JS - 타입 체크

자바스크립트는 동적 타입 언어임. 개발자가 타입지정을 따로 하지않음 1.typeof typeof ''; // string typeof 1; // number typeof NaN; // number typeof true; // boolean typeof []; // object typeof {}; // object typeof new String(); // object typeof new Date(); // object typeof /test/gi; // object typeof function () {}; // function typeof undefined; // undefined typeof null; // object (설계적 결함) typeof undeclared; // undefined (설계적 ..

신나는 JavaScript 2023. 1. 16. 11:33
이전 Prev 1 Next 다음

Blog is powered by kakao / Designed by Tistory

티스토리툴바