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 19117d0 commit 25a18f1Copy full SHA for 25a18f1
docs/2-browser-apps/01-inspector/index.md
@@ -109,7 +109,7 @@ JavaScript の実行がブレークポイントを設定した地点に差し掛
109
:::tip `console.log`
110
111
デバッガを使わずに、`console.log` を使ってデバッグすることもできます。`console.log` は、ブラウザの開発者ツールの `Console` に値を出力する関数です。
112
-以下のプログラムは x と y の和を出力するプログラムですが、`console.log` を使ってプログラムの実行中に値の変化を確認したり、エラーが発生した際に原因を特定することができます。
+以下のプログラムは `x` と `y` の和を出力するプログラムですが、`console.log` を使ってプログラムの実行中に値の変化を確認したり、エラーが発生した際に原因を特定することができます。
113
114
```javascript
115
let x = 5;
0 commit comments