Does JavaScript Course have DOM Manipulation?

guys,

i was going through the course for JavaScript Part 1 Fundamentals, I didn’t find any “DOM” related stuff which is actually relevant in web.

is it covered in “Javascript Part 2 Advance”? because the topics don’t say so.

kindly let me know, otherwise I would refer some other resource.

cheers,
raghav

Not really dom manipulation no, the idea is mentioned though but not taught. I would say these are fundamentals where as dom manipulation is just selecting and changing classes, just one concept in js.

If you can select a div and change it’s class cool, but if you don’t know how to map through the array of dom objects and change multiple divs in particular ways using logic your quite limited.

If you only want dom look elsewhere, if you want to learn JS this course is good and you could learn dom manipulation easily after with a short video or some research.