CoffeeScript: The Good Parts—Write Better javaScript

Udemy
Course Summary
The good and not so good parts of CoffeeScript in comparison to JavaScript.
-
+
Course Description
The CoffeeScript is a language that was built on top of JavaScript. CoffeeScript has some added benefits and its code is compiled into native JavaScript for execution. The CoffeeScript pros include: better syntax, function and class construction patterns, automatic var insertion, comprehensions and others.
Most of these perks will be obvious once we take a look at some examples. This quick language reference can get you started with CoffeeScript:
- Semicolons, Whitespace and Parentheses • Vars
- Conditions
- Functions
- Classes
- Arrays
- Splats
- Comprehensions
This course is prepared by the author of nine (9!) books on JavaScript and NodeJS. This course has video presentation as well as documents.