Blog: coffeescript Posts ๐Ÿ“”

Sharing ideas and code (RSS available)

Coffeescript gotchas (part 4): Scope and Objects thumbnail

Coffeescript gotchas (part 4): Scope and Objects

June 6, 2015 ยท 2 min read

This is the fourth and final part of the CoffeeScript gotchas series. On this part I'll demonstrate Coffeescript's syntactic sugar on Objects, constructors and classes! Ready, set, go... Update: Table...

Coffeescript gotchas (part 3): Switch statement and loops thumbnail

Coffeescript gotchas (part 3): Switch statement and loops

May 23, 2015 ยท 2 min read

Welcome to the third part of Coffeescript gotchas. If you haven't yet read the first and second part of the series I strongly recommend to have a look. The main...

Coffeescript gotchas (part 2): Operators and aliases thumbnail

Coffeescript gotchas (part 2): Operators and aliases

July 17, 2014 ยท 3 min read

For this second part of the series, we'll dig into CoffeeScript operators and their aliases, which make our lives easier and our code much cleaner and more expressive. In case...

CoffeeScript gotchas (part 1): Comments, strings, booleans, arrays and functions thumbnail

CoffeeScript gotchas (part 1): Comments, strings, booleans, arrays and functions

June 25, 2014 ยท 3 min read

In the last couple of months I took some time to learn and work on a CoffeeScript project. Writing CoffeeScript is a lot of fun, and if you know plain...