https://markwebdeveloper.github.io/JS-Exercises/
- Program that says "Hello Javascript"
- Program that says "The sum of 3 and 5 is"
- Program that says "Hello User" (takes username from input)
- Program that gives a sum of 2 numbers
- Program that compares 2 numbers
- Program that compares 3 numbers
- Program that counts the letter "a" in a frase
- Program that shows the vocals that appear in a frase
- Program that shows the quantity of vocals in a frase
- Program that shows the quantity of every vocal in a frase
- Program that shows if a number is divisible by 2, 3, 5 or 7 (only shows 1 of 4)
- Program that shows if a number is divisible by 2, 3, 5 or 7 (shows several if possible)
- Program that shows all the dividers of a number
- Program that takes two numbers and shows their common dividers
- Program that shows if a number is prime
