We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Updated FAQ (markdown)
Added info about default values for function params changing in version 2
Revert 0426ce915445d2fc50b35df0941eb7e194bbd2ac...68c62898f520ede4da1960937494168094c52c1b on FAQ
#4078 FAQs: ES6 roadmap, choosing an implementation, tooling
Update pseudo
?=♥
CoffeeScript arrows generate function expressions, not declarations. Using the term ‘declaration’ here could be confusing.
Add work-around for multiple inheritance with http://github.com/arximboldi/heterarchy
`yield` is actually implemented in 1.9.x, perhaps a time to rephrase the entire statement.
spacing
Fix incorrect answer about static property inheritance. Remove obsolete answer about the `extended` hook.
remove mention of CoffeeScript's UTI (which now has its own page)
Fix confirmation.
Add the UTI type to FAQ for Google-abiltiy.
Remove common gotchas from the FAQ page
Corrected existantial to existential
Add a "common gotchas" section
Revert d955d93^ ... d955d93 on FAQ
unlisted Updated FAQ (markdown)
Fixed answer related to previous edit Updated FAQ (markdown)
For sequential objects in an array, removed non-working syntax and added better syntax. Updated FAQ (markdown)
Added explanation of a +b vs. a + b Updated FAQ (markdown)
for loop with index Updated FAQ (markdown)