Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 670 Bytes

File metadata and controls

24 lines (17 loc) · 670 Bytes

JavaScript Problem Solving

This repository contains solutions to 10 JavaScript problem-solving tasks using plain JavaScript (no frameworks or libraries).
Each problem is solved in a simple, beginner-friendly, and logical way.


Tasks Covered

Problem List

1️⃣ Reverse a String
2️⃣ Count Vowels in a String
3️⃣ Check Palindrome
4️⃣ Find Maximum Number in an Array
5️⃣ Remove Duplicates from an Array
6️⃣ Sum of All Numbers in an Array
7️⃣ Find Even Numbers from an Array
8️⃣ Capitalize First Letter of Each Word
9️⃣ Factorial of a Number
🔟 PingPong Challenge (1–20 with conditions)