chriskalmar / es6-fundamentals

YouTube tutorial series on ES6 (ES2015)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JavaScript ES6 Fundamentals

This is a playground repository for the YouTube tutorial series on ES6 (ES2015).

Wikipedia link on: ECMAScript


Setup

How to install

npm i

How to run

npm run <script-name>

Part 1: Const, Let, Var

Variable declaration and constant declaration before and after the intorduction of ES6.

How to run

npm run const-let-var

Mozilla Developer Network links:


Part 2: Arrow Functions

Using the new arrow function syntax that was introduced with ES6.

How to run

npm run arrow-functions

Mozilla Developer Network links:

About

YouTube tutorial series on ES6 (ES2015)

License:MIT License


Languages

Language:JavaScript 100.0%