Skip to content

xenikopa/js-book-exercises

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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