javaavaScript Programs
1. Write a program yo tnjsndccheck if a number is even or odd.
2. Write a program to find the largest of three numbers.
3. Write a program to reverse a string.
4. Check if a string is a palindrome.
5. Find the factorial of a number.
6. Print the multiplication table of a number.
7. Convert Celsius to Fahrenheit.
8. Find the sum of numbers in an array.
9. Swap two numbers using a temporary variable.
[Link] vowels in a given string.
[Link] a program to implement a calculator (add, subtract, multiply,
divide)
[Link] the first letter of each word in a sentence.
[Link] a program to validate an email address using RegEx.
[Link] a button that changes the background color randomly on click.
[Link] a simple to-do list using HTML, CSS, and JavaScript.
[Link] a form and validate required fields on submit.
[Link] if a number is a prime number.
[Link] the number of words in a string.
[Link] the Fibonacci series up to N terms.
[Link]/hide a paragraph using a toggle button.