There are several console games on javaScript:
- Calculation - need to calculate result of the expression.
- Even - need to answer "yes" if number even otherwise answer "no".
- Gcd - need to find the greatest common divisor of given numbers.
- Prime - need to answer "yes" if given number is prime. Otherwise answer "no".
- Progression - need to find which number is missing in the progression.
This project was realized on Hexlet-courses.