Skip to content

Commit

Permalink
add resource into lesson
Browse files Browse the repository at this point in the history
  • Loading branch information
priyaraj7 authored Jan 27, 2022
1 parent e6c7437 commit 55c7bb1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/js-dom-methods.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ Prominent companies like Netflix, Walmart, Paypal built their entire application

- [JS HTML DOM (slides)](https://docs.google.com/presentation/d/1k6gvJ2bO88D8lE4zVyge_SQxO2FBLzJxZeM381OMXhU/edit?usp=sharing)
- [JavaScript and DOM tutorial on Tutorial Republic](https://www.javascripttutorial.net/javascript-dom/) or [Vanilla DOM Manipulation - App Academy](https://open.appacademy.io/learn/full-stack-online/javascript/vanilla-dom-manipulation) (see Guided Practice for how to choose)
- [How To Make Changes to the DOM](https://www.digitalocean.com/community/tutorials/how-to-make-changes-to-the-dom) - This tutorial explains how to create new nodes and insert them into the DOM, replace existing nodes, and remove nodes.

### Things to Remember

Expand Down

0 comments on commit 55c7bb1

Please sign in to comment.