This repository contains my personal JavaScript learning practice.
I use it to experiment with core concepts, DOM manipulation, and small logic exercises.
- Build a strong foundation in core JavaScript
- Practice DOM and browser-related features
- Improve problem-solving and code readability
- Get comfortable with Git and GitHub workflow
- Basic syntax experiments
- Small practice snippets
- DOM and event handling practice
- Miscellaneous JS exercises
Files and structure may change frequently as I keep practicing.
- Clone or download the repository:
- Open the project folder in your code editor.
- Open the corresponding
index.htmlfile in a browser to test the scripts.
This repository is for learning purposes only.
Code quality may vary as I try out different ideas and approaches.