Created
June 25, 2018 19:22
-
-
Save parambirs/7321e2cf3f5f31a1058e72bb37660973 to your computer and use it in GitHub Desktop.
isSafeInteger() method in Number
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Number.isSafeInteger(3.4); // false | |
Number.isSafeInteger(3); // true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment