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.
Second way - Medium
Run node choose-script.js
and choose script for execution.
Third way - Hard
First, change directory to scripts
cd scrits
Run script from terminal with command
node [script-name].js