Posted By

inamorix on 12/06/07


Tagged

js


Versions (?)

$n


 / Published in: JavaScript
 

  1. function $n (n) {
  2. return (typeof(n) == 'number') ? new Number(n) : NaN;
  3. }

Report this snippet  

You need to login to post a comment.