Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 339 Bytes

File metadata and controls

14 lines (11 loc) · 339 Bytes

JavaScript exercises

A collection of JavaScript exercises for practicing core JavaScript concepts.

Basic

  1. Reverse a string
  2. FizzBuzz
  3. Check for palindrome
  4. Sum of numbers in an array
  5. Check if a number is prime
  6. Calculate factorial (recursively)
  7. Find the largest number in an array
  8. Count vowels in a string