ES

ES

Crash Course

by Alex Voerman

6

6

ES

6

EcmaScript

=

=

JavaScript

=

2015

=

Modern JavaScript

Course Objectives

Tooling

Best Practices

Debugging Skills

Fundamentals

Code Along with Quokka.js

JavaScript Ecosystem

Basically for running JavaScript outside of the browser

Comes with Node, its for downloading JavaScript packages from the internet

Same thing a NPM but faster and works with same repos as NPM

The Big 3 Frameworks

Angular

React

Vue

(Google)

(Facebook)

(Open Source)

Takes all your JS/CSS/image assets and combines them into a few files

Transpiles (converts) latest JavaScript to older JavaScript for use in old browsers

ES6 Bootcamp

By Alex Voerman

ES6 Bootcamp

  • 74