Skip to content

Commit 260c187

Browse files
Update article.md
1 parent 8b1acfe commit 260c187

File tree

1 file changed

+1
-1
lines changed
  • 1-js/03-code-quality/01-debugging-chrome

1 file changed

+1
-1
lines changed

1-js/03-code-quality/01-debugging-chrome/article.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ for (let i = 0; i < 5; i++) {
163163
}
164164
```
165165

166-
Regular users don't see that output, it is in the console. To see it, either open the Console panel of developer tools or press `key:Esc` while in another tab: that opens the console at the bottom.
166+
Regular users don't see that output, it is in the console. To see it, either open the Console panel of developer tools or press `key:Esc` while in another panel: that opens the console at the bottom.
167167

168168
If we have enough logging in our code, then we can see what's going on from the records, without the debugger.
169169

0 commit comments

Comments
 (0)