/ Published in: JavaScript
URL: http://www.ultrashock.com/forums/oop/extending-the-number-prototype-is-integer-6499.html
Expand |
Embed | Plain Text
function isInteger(value){ return ( !(value % 1) ); }
You need to login to post a comment.
