Update article.md

Typo
This commit is contained in:
Mau Di Bert 2019-01-14 16:32:33 -03:00 committed by GitHub
parent 1bd8f97e4b
commit 4dae8f556c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -172,7 +172,7 @@ If we have enough logging in our code, then we can see what's going on from the
As we can see, there are three main ways to pause a script: As we can see, there are three main ways to pause a script:
1. A breakpoint. 1. A breakpoint.
2. The `debugger` statements. 2. The `debugger` statements.
3. An error (if dev tools are open and the button <span class="devtools" style="background-position:-264px -4px"></span> is "on") 3. An error (if dev tools are open and the button <span class="devtools" style="background-position:-264px -4px"></span> is "on").
Then we can examine variables and step on to see where the execution goes wrong. Then we can examine variables and step on to see where the execution goes wrong.