/js-book-exercises

Handmade solutions for https://learn.javascript.ru exercises. See: https://github.com/javascript-tutorial/ru.javascript.info

Primary LanguageJavaScriptMIT LicenseMIT

Javascript Exercises

This repository has solutions for exercises from learn.javascript.ru on pure javascript.

Stack

  • javascript
  • nodejs

Installation

Make sure you have Node and NPM installed

$ node -v
$ v10.14.2
$ npm -v
$ 6.13.6

Help information about downloading and installing NodeJS and NPM

Run scripts

First way - Easy

Run npm start and choose script for execution.

Example

Second way - Medium

Run node choose-script.js and choose script for execution.

Example

Third way - Hard

First, change directory to scripts

cd scrits

Run script from terminal with command

node [script-name].js

Example