hi,
is there any function in Javascript to check/validate integer value.
there is parseInt(val) but it only checks first digit.
example : to find error in 123k44
is there any function in Javascript to check/validate integer value.
there is parseInt(val) but it only checks first digit.
example : to find error in 123k44
Comment