# isNumber
총 1개의 포스트
JS에서 숫자인지 아닌지 판별하기
function isNumeric(v) { ... } function isInteger(v) { ... } function isPositiveInteger(v) { ... } function isNegativeInteger(v) { ... }
2020년 11월 1일
·
0개의 댓글·
0function isNumeric(v) { ... } function isInteger(v) { ... } function isPositiveInteger(v) { ... } function isNegativeInteger(v) { ... }