Skip to content

Files

Latest commit

877b30c · Sep 26, 2024

History

History

DOM

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Sep 26, 2024
Sep 26, 2024
Sep 26, 2024
Sep 26, 2024
Sep 26, 2024
Sep 26, 2024

DOM Lessons for React Bootcamp

======================================

Welcome to the DOM lessons for React bootcamp! 📊

In this repository, you'll find a collection of lessons and exercises to help you learn the basics of the Document Object Model (DOM) and how to interact with web pages using JavaScript.

Lessons

getElementByID and QuerySelector

Learn how to select and manipulate HTML elements using getElementByID and QuerySelector. 🔍

addEventListener and Event Handling

Understand how to add event listeners to HTML elements and handle events such as clicks, hover, and more. 👂

Value and Style Manipulation

Discover how to get and set the value and style of HTML elements using JavaScript. 🎨

Window and Document Objects

Explore the Window and Document objects, including the open method and other properties and methods. 📄

Getting Started

To get started, simply clone this repository and open the JavaScript files in your favorite code editor. Follow along with the lessons and exercises to improve your DOM skills.

Contributing

If you'd like to contribute to this repository, please fork it and submit a pull request