brain-games-hexlet-assanali

This is a mini program with command line games. Project for study JS programming from Hexlet. First project.

Usage no npm install needed!

<script type="module">
  import brainGamesHexletAssanali from 'https://cdn.skypack.dev/brain-games-hexlet-assanali';
</script>

README

Maintainability npm version Build Status

Brain Games

This is first (lvl 1) project from hexlet.io for study js programming. This is a mini CLI games.

Installation

npm install -g brain-games-hexlet-assanali

asciicast

Even or not

Answer "yes" if number even otherwise answer "no". asciicast

Calculator

Write correct result of expression asciicast

Greatest common devider

Find the greatest common divisor of given numbers. asciicast

Arithmetic progression

What number is missing in the progression? asciicast

Prime or not

Answer "yes" if given number is prime. Otherwise answer "no". asciicast