Brief Summary
This course dives into CoffeeScript as a friendly alternative to JavaScript, showcasing its perks, like simpler syntax and powerful features. You'll explore the cool stuff CoffeeScript brings to the table—perfect for jazzing up your coding game!
Key Points
-
CoffeeScript builds on JavaScript
-
Better syntax and construction patterns
-
Code compiles to native JavaScript
-
Automatic variable insertion
-
Includes comprehensions and splats
Learning Outcomes
-
Master CoffeeScript syntax like a pro
-
Learn how automatic vars work
-
Use conditions effectively in CoffeeScript
-
Understand classes and arrays
-
Get comfy with comprehensions and splats
About This Course
The good and not so good parts of CoffeeScript in comparison to JavaScript.
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:
This course is prepared by the author of nine (9!) books on JavaScript and NodeJS. This course has video presentation as well as documents.
Understand CoffeeScript syntax (semicolons, whitespace, parentheses)
Understand automatic var insertion mechanism and while manual var might be bad in native JavaScript
Use CoffeeScript conditions
Arthur B.
Thought the instructor was knowledgeable and engaging I wish he could do a full length course on this topic - really good stuff here.