tjmehta / 101

A modern JS utility library
MIT License
1.55k stars 75 forks source link

Added is-integer #116

Closed tristaaan closed 8 years ago

tjmehta commented 8 years ago

Thanks @tristaaan !

How does your solution compare to the Polyfill here? https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number/isInteger

tristaaan commented 8 years ago

.< I rushed a bit on this, didn't even know it was a native function. The polyfill is faster and no doubt covers some unintuitive test cases. Sorry about this, I'll update...

tjmehta commented 8 years ago

No worries. I actually had no idea this was included in ES6 either, until I googled.

tjmehta commented 8 years ago

:+1: LGTM

tjmehta commented 8 years ago

@rsandor your wish is granted.