エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
Why does 00.0 cause a syntax error?
記事へのコメント0件
- 注目コメント
- 新着コメント
このエントリーにコメントしてみましょう。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
Why does 00.0 cause a syntax error?
This is weird. This is what happens at the JavaScript console in Chrome (version 42.0.2311.135, 6... This is weird. This is what happens at the JavaScript console in Chrome (version 42.0.2311.135, 64-bit). > 0 < 0 > 00 < 0 > 0.0 < 0 > 00.0 X Uncaught > SyntaxError: Unexpected number Firefox 37.0.2 does the same, although its error message is: SyntaxError: missing ; before statement There's probably some technical explanation regarding the way JavaScript parses numbers, and perhaps it can only hap