Basic JavaScript & DOM
Estimated Time: 120 hours
Status: ☐ Not Started
🎯 Objectives
- Understand basic syntax: variables, loops, functions, conditionals
- Learn how browsers parse and execute JavaScript
- Manipulate the DOM using JavaScript to change elements dynamically
- Respond to user input and browser events
- Understand scope, hoisting, and data types
🔗 Resources
- Eloquent JavaScript – Chapters 1–5
- JavaScript.info – Basics
- The Odin Project – JavaScript Foundations
- Exercism – JavaScript Track
✅ Tasks
- [ ] Complete Chapters 1–5 of Eloquent JavaScript
- [ ] Work through the Odin Project’s “JavaScript Basics” section