CSS - Imp programs
1. Write a simple calculator program using switch case in java script.
2. Write a java script program that will remove the duplicate element from
an array.
3. Write a java script program that will display list of students in ascending
order according to the marks and calculate the average performance of
the class.
Student name Marks
Amit 34
Sumit 45
Rakesh 27
4. Write a java script function to merge two arrays and remove all duplicate
values.
5. Write a simple java script code to print all prime numbers between 0 to n .
Take input from user.