Coffescript Patterns Explained - Hello Coffescript
CoffeeScript is a language that provides common idioms, patterns, and best practices in a succinct syntax. It’s advantage is that you can write idiomatic JavaScript, in a modern and succinct syntax that abstracts the gory details.
Those gory details are what makes JavaScript such a flexible and powerful language. Understanding these basic javascript patterns and idioms are an essential tool for any web developer.