This repository contains solutions to basic JavaScript problems.
- The program takes an integer as input.
- It prints the next integer of the given number.
- I used readline to solve this problem.
- A loop runs from 1 to 100.
- It checks if a number is even and prints it.
- I used for loop to solve this problem.