added us so the sentence makes sense
could also have use 'you'
This commit is contained in:
parent
09bc924b68
commit
4b4df261ce
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ libs:
|
|||
|
||||
# Walking the DOM
|
||||
|
||||
The DOM allows to do anything with elements and their contents, but first we need to reach the corresponding DOM object, get it into a variable, and then we are able to modify it.
|
||||
The DOM allows us to do anything with elements and their contents, but first we need to reach the corresponding DOM object, get it into a variable, and then we are able to modify it.
|
||||
|
||||
All operations on the DOM start with the `document` object. From it we can access any node.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue