Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 1018 Bytes

File metadata and controls

34 lines (22 loc) · 1018 Bytes

JavaScript Fundamentals Practice

I started this repository as a small step in my JavaScript learning journey.

Instead of only learning concepts from theory, I practiced them by building 10 simple programs. Each program helped me understand JavaScript through real examples.

What I Practiced

  • Even or Odd
  • Pass or Fail
  • Find the Largest Number
  • Sum from 1 to N
  • Multiplication Table
  • Count Digits
  • Reverse a Number
  • Factorial
  • Prime Number
  • Star Pattern

Through these exercises, I practiced functions, if-else conditions, loops, arithmetic operators, and nested loops.

This repository represents my progress from understanding basic syntax to solving small programming problems step by step.

One program at a time. One concept at a time.

Author

Sundara Muni

GitHub: sundargit-hub

LinkedIn: Sundara Muni

#JavaScript #JavaScriptPractice #CodingPractice #LearningJavaScript #WebDevelopment