We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37e5641 commit 6c25579Copy full SHA for 6c25579
source/basic/read-eval-print/README.md
@@ -263,7 +263,7 @@ console.log(1);
263
264
| メッセージ | 意味 |
265
| -- | -- |
266
-| `SyntaxError: unexpected token: identifier` | エラーの種類は`SyntaxError`で、予期しないものが識別子(変数名)に指定されている |
+| `SyntaxError: unexpected token: identifier` | エラーの種類は`SyntaxError`で、予期しない識別子(変数名 `a`)が指定されている |
267
| `index.js:1:6` | 例外が`index.js`の1行目6列目で発生したこと |
268
269
プログラムをパースする際に`index.js:1:6`で予期しない(構文として解釈できない)識別子が見つかったため、構文エラーが発生したという意味になります。
0 commit comments