Skip to content

Commit a416cdd

Browse files
committed
Removed redundant sentence
1 parent 7945fc7 commit a416cdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

foundations/javascript_basics/DOM_manipulation_and_events.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ So you're identifying a certain node based on its relationships to the nodes aro
5555

5656
### DOM methods
5757

58-
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.
58+
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.
5959

6060
#### Query selectors
6161

0 commit comments

Comments
 (0)