Skip to content

Commit

Permalink
Removed redundant sentence
Browse files Browse the repository at this point in the history
  • Loading branch information
Hachibroku committed May 28, 2024
1 parent 7945fc7 commit a416cdd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ So you're identifying a certain node based on its relationships to the nodes aro

### DOM methods

When your HTML code is parsed by a web browser, it is converted to the DOM, as was mentioned above. One of the primary differences is that these nodes are JavaScript objects that have many properties and methods attached to them. These properties and methods are the primary tools we are going to use to manipulate our webpage with JavaScript. We'll start with the query selectors - those that help you target nodes.
When your HTML code is parsed by a web browser, it is converted to the DOM, as was mentioned above. One of the primary differences is that these nodes are JavaScript objects that have many properties and methods attached to them. These properties and methods are the primary tools we are going to use to manipulate our webpage with JavaScript.

#### Query selectors

Expand Down

0 comments on commit a416cdd

Please sign in to comment.