Skip to content

Instantly share code, notes, and snippets.

@benstafford
benstafford / CSFeatures.md
Created June 5, 2012 15:38
coffeescript features

CoffeeScript Features

Probably not comprehensive, and in no particular order...

integer literal1Y
feature nameexampleinclude?
string interpolation“a#{b}”Y
assignmenta = bY
single-line comment# commentY