Fixed a small typo.
This commit is contained in:
parent
8e995db84d
commit
e120931fce
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
Before writing more complex code, let's talk about debugging.
|
||||
|
||||
[Debugging](https://en.wikipedia.org/wiki/Debugging) is the process of finding and fixing errors within a script. All modern browsers and most other environments support debugging tools -- a special UI in developer tools that enable debugging much easier. It also allows to trace the code step by step to see what exactly is going on.
|
||||
[Debugging](https://en.wikipedia.org/wiki/Debugging) is the process of finding and fixing errors within a script. All modern browsers and most other environments support debugging tools -- a special UI in developer tools that makes debugging much easier. It also allows to trace the code step by step to see what exactly is going on.
|
||||
|
||||
We'll be using Chrome here, because it has enough features, most other browsers have a similar process`.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue