Skip to content

Latest commit

 

History

History
36 lines (29 loc) · 685 Bytes

README.md

File metadata and controls

36 lines (29 loc) · 685 Bytes

JS-Fundamentals

  1. Var, Let, Const
  2. Data Types
  3. Strings
  4. Arrays
  5. Objects
  6. Functions
  7. DOM

JS-AOF

  1. Arrays
  2. Objects
  3. Functions

Modern JavaScript:

  1. Strings, Template Literals and Tagged Templates
  2. Promises
  3. Async Functions
  4. Iterators
  5. Sync Generators

Requirements

Install the following software:

  1. Node.js
  2. Git

Run the project

npm install

npm start

Contributors:

  1. SergBlack - update webpack dependencies from v4 to v5
  2. Aleh Gupalo - add task to 03.arrays.js
  3. Maksym Koval1 - add task to 03.arrays.js and 04.objects.js