Posted By

vaibhav011286 on 10/04/11


Tagged


Versions (?)

Minimized JS is_numeric() function


 / Published in: JavaScript
 

  1. function is_numeric(a) {
  2. return !isNaN(a * 1)
  3. }

Report this snippet  

You need to login to post a comment.