Last active
May 22, 2022 06:50
-
-
Save nomanoff/178c490231a00be80747f44c7d698d5d to your computer and use it in GitHub Desktop.
wtf JavaScript
This file contains hidden or 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.MAX_VALUE > 0; // true | |
Number.MIN_VALUE < 0; // false |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment