We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
isNaN
第一部 「暗黙的な型変換」 の 「NaNはNot a NumberだけどNumber型」 の解説に Number.isNaN() メソッドが出てきますが、グローバルオブジェクトの isNaN() メソッドに言及していない理由ってありますか? 「JavaScriptのすべての文法や機能を網羅するのが目的ではない」 というのは理解していますが、型について解説する章ということもありますし、 「同じ名前の関数があるが、挙動が異なるため注意が必要」 程度の注釈と isNaN() メソッドの MDN リンク はあってもいいのかなと思いました。 以前にそういった議論がされていて、結論が出ているのであればスルーしていただいて構いません。
Number.isNaN()
isNaN()
Originally posted by @KeisukeKudo in #1547 (comment)
The text was updated successfully, but these errors were encountered:
isNan
#1547 (reply in thread)
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
第一部 「暗黙的な型変換」 の 「NaNはNot a NumberだけどNumber型」 の解説に
Number.isNaN()
メソッドが出てきますが、グローバルオブジェクトのisNaN()
メソッドに言及していない理由ってありますか?「JavaScriptのすべての文法や機能を網羅するのが目的ではない」 というのは理解していますが、型について解説する章ということもありますし、 「同じ名前の関数があるが、挙動が異なるため注意が必要」 程度の注釈と
isNaN()
メソッドの MDN リンク はあってもいいのかなと思いました。以前にそういった議論がされていて、結論が出ているのであればスルーしていただいて構いません。
Originally posted by @KeisukeKudo in #1547 (comment)
The text was updated successfully, but these errors were encountered: