A collection of JavaScript exercises for practicing core JavaScript concepts.
- Reverse a string
- FizzBuzz
- Check for palindrome
- Sum of numbers in an array
- Check if a number is prime
- Calculate factorial (recursively)
- Find the largest number in an array
- Count vowels in a string