⬅︎ Back to isInt() JavaScript function
Thanks, used and credited.
I tend to use: function isInt (i) { return (i % 1) == 0; }
Comment
Thanks, used and credited.
Parent comment
I tend to use: function isInt (i) { return (i % 1) == 0; }