Introduction to JavaScript DOM
  • Prerequisites and Resources for the Course
  • JavaScript DOM - An Intro to the Section
  • Project Demo - The Website
  • Project Demo - Mobile
  • What and why JavaScript DOM?
Get the elements using ID, Class and Tags
  • The Document Object
  • Get Element By ID
  • Difference between textContent, innerText and innerHTML
  • Get Elements by ClassName
  • Get Elements by TagName
Get elements like a Pro - Query Selectors
  • Query Selecctor
  • Advanced Tricks : Grab the Last child or the nth child
  • Query Selector ALL
Traversing the DOM
  • Traversing the parent and children
  • Traversing the siblings
Creating & inserting elements | Events & Event Listeners
  • Creating and Inserting elements
  • Events & Event Listeners in JavaScript
  • The event parameter 'e'
  • What's next?