News

1. Write a js program to print all natural numbers from 1 to n. - using while loop 2. Write a js program to print all natural numbers in reverse (from n to 1). - using while loop 3. Write a js program ...