Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions primitive.rst
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ TypeScript(というか、その下で動作しているJavaScript)は64ビ
* 16
* 16
* radixが16以外は0
* 8 (8進数)
* 16 (16進数)
- * "0o10"
* 8
* 0
Expand All @@ -136,7 +136,7 @@ TypeScript(というか、その下で動作しているJavaScript)は64ビ
* 2
* 0
* 0
* 2 (8進数)
* 2 (2進数)

なお、リテラルの8進数ですが、ESLintの推奨設定を行うと ``no-octal`` というオプションが有効になります。このフラグが有効だと、8進数を使用すると警告になります。

Expand Down