Completed
2009-: Modern JavaScript
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
The CoffeeScript Edge - Streamlined JavaScript Development
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Paul Graham on JavaScript
- 3 Crockford!
- 4 2009-: Modern JavaScript
- 5 JavaScript on the Server
- 6 The New First Language?
- 7 Everyone Who Knows JavaScript Feels Like Superman!
- 8 A Little Language
- 9 David Heinemeier Hansson
- 10 Ward Cunningham
- 11 Who uses it?
- 12 Things CoffeeScript Isn't
- 13 {key: key} Shorthand and Destructuring Assignment
- 14 More Syntactic Sugar
- 15 JS Best Practices, CoffeeScript Defaults!
- 16 Using a Constructor
- 17 Let's Try a Little Inheritance
- 18 1. The Prototype Chain
- 19 Installing coffee
- 20 Compiling
- 21 Editing
- 22 Documenting
- 23 Testing
- 24 Breaking the Client-Server Boundaries
- 25 COMPLEX SERVER APPS ARE HARD