This page is part of a static HTML representation of TriTarget.org at https://tritarget.org

Static CoffeeScript classes

25th March 2016 at 7:05pm

I have been doing a lot of study into CoffeeScript and found the ease of class definitions fantastic. But As most of my code used static classes (methods) I had a bit of trouble figuring out howe it is done in CoffeScript.

I found this article in the docs that explained most of it. And so I developed an example:

JS Bin on jsbin.com

Discuss this article