ChristinaGolovach / JS-Fundamentals

Project for JS Fundamentals, AOF, Modern JavaScript Workshops. You are welcome to make PR.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Requirements

Install the following software:

  1. Node.js
  2. Git

Use branch

  1. gulp
  2. webpack

git checkout [your branch]

Run the project

npm install

npm start

About

Project for JS Fundamentals, AOF, Modern JavaScript Workshops. You are welcome to make PR.