Merge pull request #1450 from paroche/patch-57

Update article.md
This commit is contained in:
Ilya Kantor 2019-10-13 14:19:03 +03:00 committed by GitHub
commit 9244339772
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -273,4 +273,4 @@ We can use developer tools to inspect DOM and modify it manually.
Here we covered the basics, the most used and important actions to start with. There's an extensive documentation about Chrome Developer Tools at <https://developers.google.com/web/tools/chrome-devtools>. The best way to learn the tools is to click here and there, read menus: most options are obvious. Later, when you know them in general, read the docs and pick up the rest.
DOM nodes have properties and methods that allow to travel between them, modify, move around the page and more. We'll get down to them in the next chapters.
DOM nodes have properties and methods that allow us to travel between them, modify them, move around the page, and more. We'll get down to them in the next chapters.