-
Notifications
You must be signed in to change notification settings - Fork 0
CoffeeScript
svicalifornia edited this page Nov 22, 2014
·
7 revisions
CoffeeScript.org has tons of examples of CoffeeScript code side-by-side with its corresponding JavaScript (so you can see how much code you'll save).
CoffeeScript compiles to JavaScript, so it's important to understand the good and bad parts of JavaScript when working with CoffeeScript. See our JavaScript guide.
CoffeeScript resolves some of the bad parts of JavaScript, as described in the Little Book of CoffeeScript below.
To dive deeper into how to use classes, comprehensions, and other concepts, read the quick [[Little Book of CoffeeScript|http://arcturo.github.io/library/coffeescript/].