This folder contains my JavaScript practice problems while learning JavaScript from the basics.
I am solving small problems to improve my understanding of core JavaScript concepts such as:
- Variables
- Conditional statements
- Switch statements
- Strings
- Basic logic building
Each file in this folder contains different practice questions and solutions written while learning JavaScript.
The purpose of this practice is to:
- Strengthen JavaScript fundamentals
- Improve problem-solving skills
- Build a consistent coding habit
- Track my learning progress