Lab Sheet JavaScript
Lab Sheet JavaScript
Lab -1
1
30. Write a program to display output like the following:
N 10 * N 100 * N 1000 * N
1 10 100 1000
2 20 200 2000
3 30 300 3000
You should ask the starting and ending value for N and the table should be displayed dynamically