README.md
# project-lvl1-s392
[![Maintainability](https://api.codeclimate.com/v1/badges/2b41fc922cc745d284b3/maintainability)](https://codeclimate.com/github/EnyaEnya/project-lvl1-s392/maintainability)
[![Build Status](https://travis-ci.com/EnyaEnya/project-lvl1-s392.svg?branch=master)](https://travis-ci.com/EnyaEnya/project-lvl1-s392)
There are several console games on javaScript:
1. Calculation - need to calculate result of the expression.
2. Even - need to answer "yes" if number even otherwise answer "no".
3. Gcd - need to find the greatest common divisor of given numbers.
4. Prime - need to answer "yes" if given number is prime. Otherwise answer "no".
5. Progression - need to find which number is missing in the progression.
This project was realized on Hexlet-courses.