layout | permalink | title | parent | has_children | nav_order |
---|---|---|---|---|---|
default |
/:path/ |
The DOM |
Week 2 |
true |
1 |
Today, we'll see how we can use JavaScript to make changes to the Document Object Model, which is a web browser's model of our HTML documents.
We call this DOM manipulation.
- Loops in the DOM Reference, shows how we can add list items to the DOM in a
for
,for of
orforEach
loop