Skip to content

Latest commit

 

History

History
49 lines (29 loc) · 887 Bytes

README.md

File metadata and controls

49 lines (29 loc) · 887 Bytes

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