Skip to content

AnakinCodeWalker/web_dev

Repository files navigation

<<<<<<< HEAD

🌐 DOM (Document Object Model) Practice

This section of my JavaScript learning curve focuses on understanding and manipulating the DOM.

Topics Covered:

  • Selecting elements (getElementById, querySelector, querySelectorAll)
  • Modifying text and HTML content (innerText, innerHTML)
  • Changing styles dynamically (style property, class manipulation)
  • Creating and removing elements (createElement, appendChild, removeChild)
  • Handling user interactions with events (addEventListener)
  • Traversing the DOM (parent, child, sibling relationships)

Examples:

  • Simple counter app using DOM updates
  • To-do list with dynamic item creation
  • Interactive color changer ======= # My Project

## 🌐 DOM (Document Object Model) Practice

This section of my JavaScript learning curve focuses on understanding and manipulating the DOM.

**Topics Covered:**

- Selecting elements (getElementById, querySelector, querySelectorAll)

- Modifying text and HTML content (innerText, innerHTML)

- Changing styles dynamically (style property, class manipulation)

- Creating and removing elements (createElement, appendChild, removeChild)

- Handling user interactions with events (addEventListener)

- Traversing the DOM (parent, child, sibling relationships)

**Examples:**

- Simple counter app using DOM updates

- To-do list with dynamic item creation

- Interactive color changer

8ab2970 (some simple concept of js)

About

sharing the learning process in this repo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published