$ git clone git@github.com:kirillmarkeyev/frontend-project-lvl1.git
$ cd frontend-project-lvl1/
$ make install
$ sudo npm link
Run
$ brain-even
. Answer "yes" if the number is even, otherwise answer "no".
Run
$ brain-calc
. Calculate the result of the expression.
Run
$ brain-gcd
. Find the greatest common divisor of given numbers.
Run
$ brain-progression
. What number is missing in the progression?
Run
$ brain-prime
. Answer "yes" if given number is prime. Otherwise answer "no".