Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 614 Bytes

File metadata and controls

24 lines (16 loc) · 614 Bytes

Javascript

JavaScript Practice

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.

Purpose

The purpose of this practice is to:

  • Strengthen JavaScript fundamentals
  • Improve problem-solving skills
  • Build a consistent coding habit
  • Track my learning progress