/ Published in: JavaScript
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
function isInteger(value){ return ( !(value % 1) ); }
URL: http://www.ultrashock.com/forums/oop/extending-the-number-prototype-is-integer-6499.html