HomeAboutMeBlogGuest
© 2025 Sejin Cha. All rights reserved.
Built with Next.js, deployed on Vercel
프로그래머스 프론트엔드 데브코스 2기
프로그래머스 프론트엔드 데브코스 2기
/
🍎
재호팀
/
🔗
학습 공유
/
🔨
자바스크립트에서 타입체크 하는 방법
🔨

자바스크립트에서 타입체크 하는 방법

속성
과제 및 프로젝트
작성자
조승희
  1. https://poiemaweb.com/js-type-check
  1. https://blog.logrocket.com/javascript-typeof-2511d53a1a62/
 
 
정리하면
  • typeof
  • 내장 메서드 Array.isArray()
  • toString()
  • instance of