Java Script is very difficult program.
1. WAP to display first 10 natural number .
2. WAP to display n number of even and odd numbers.
3. WAP to display and also find the sum of all even and odd numbers from 1 to 20.
4. WAP to accept any number display their multiplication table, given the following format: 5*0=0 5*1=1 . . . 5*10=50
5. WAP to accept any number display their factors. Example: Input number - 6 Factors - 1,2,3,6