Completed
The canonical programming language
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
ECMAScript 6: A Better JavaScript for the Ambient Computing Era
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 The canonical programming language
- 3 The role of JavaScript in the browser
- 4 Why JavaScript
- 5 History of JavaScript
- 6 What is ECMAScript
- 7 Interoperability
- 8 Performance in 2008
- 9 Performance in 2013
- 10 Evolution of JavaScript
- 11 Modernized JavaScript
- 12 How do we do this
- 13 What is TC39
- 14 Class Syntax
- 15 Class Syntax in ES6
- 16 Language Designer
- 17 Living with the Baggage
- 18 Closure and Loop
- 19 New Let Keyword
- 20 Block Level Scoopy
- 21 Declaration Rules
- 22 Function Declarations
- 23 Specification Level Hack
- 24 Questions