Update article.md

This commit is contained in:
Violet.Lee 2019-08-09 18:55:46 +09:00 committed by GitHub
parent 8b1acfe4ed
commit 260c18718f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -163,7 +163,7 @@ for (let i = 0; i < 5; i++) {
} }
``` ```
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. 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.
If we have enough logging in our code, then we can see what's going on from the records, without the debugger. If we have enough logging in our code, then we can see what's going on from the records, without the debugger.