/ Published in: JavaScript
Expand |
Embed | Plain Text
function $n (n) { return (typeof(n) == 'number') ? new Number(n) : NaN; }
You need to login to post a comment.
function $n (n) { return (typeof(n) == 'number') ? new Number(n) : NaN; }
You need to login to post a comment.