This repository contains my practice exercises for learning JavaScript fundamentals.
Each file is a small, self-contained program that can be run using Node.js in the terminal.
Each task contains:
script.js
– JavaScript FileREADME.md
– Objective, Concepts Used, Code Explanation
To strengthen my understanding of JavaScript basics such as:
- Variables and data types
- Operators
- Conditional statements
- Loops
- Functions
- Basic problem-solving
The goal of this repository is to practice and strengthen the basics of JavaScript by solving small, beginner-friendly coding problems. These programs help in understanding control structures, logical thinking, and problem-solving skills, which form the foundation for advanced JavaScript and frontend development.