This repository contains my practice code while taking the course JavaScript Pro. All code examples are organized by course sections for easy navigation.
- Course: JavaScript Pro on Udemy
- Structure: Each folder (
section1,section2, ...) corresponds to a section from the course.
section1/: Intro exercises, array utilities, and basic DOM examplessection2/: Continued exercises and examples for subsequent topics
- Open the
index.htmlinside a section (e.g.,section1/index.html,section2/index.html) in your browser, or use a local server (e.g., VS Code Live Server). - JavaScript files are included per section (e.g.,
app.js, utilities, and exercise files).
- This repo is primarily for learning and experimentation.
- Filenames and directories mirror the course sections to make it easier to track progress.