웹개발자/js_jquery
변수 타입확인
wlsufld
2017. 5. 30. 09:30
변수타입 확인 typeof
typeof(변수 or 값);
console.log(typeof("abcd"));