This repository contains small JavaScript practice examples covering various DOM manipulations, data types, and basic interactivity.
Feature: Demonstrates working with child nodes in JavaScript using the DOM API.
Feature: Implements a YouTube-style Subscribe button using DOM manipulation in JavaScript.
- Cycles between "Subscribe", "Subscribed", and "Unsubscribed" states on click.
Feature: Covers JavaScript data types and operators with examples and explanations.
Feature: A simple to-do list app demonstrating how to:
- Add tasks
- Display them dynamically using the DOM
- Clone the repository or download the files.
- Open any
.html
file in your browser. - Interact with the page to see the feature in action.
These files are part of JavaScript learning practice, focusing on:
- DOM manipulation
- Event handling
- Basic JavaScript concepts
Author: Muhammad Farhan
Date: Updated regularly as new practice files are added.