Blog: coffeescript Posts đź“”

Sharing ideas and code (RSS available)

test

Coffeescript gotchas (part 4): Scope and Objects

June 6, 2015 · 3 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 OF CONTENTS 1....

test

Coffeescript gotchas (part 3): Switch statement and loops

May 23, 2015 · 3 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 topic today...

test

Coffeescript gotchas (part 2): Operators and aliases

July 17, 2014 · 4 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 you missed...

test

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

June 25, 2014 · 4 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 Javascript you...