Created
October 21, 2018 11:56
-
-
Save ufocoder/65c011cae47e164a78c0afda1d3eee1d to your computer and use it in GitHub Desktop.
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.isNaN = Number.isNaN || (function(value) { | |
| return value !== value; | |
| }) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment