Notes - techpeace/coffeescript GitHub Wiki

This is just a scratchpad for my work, for the moment.

test.coffee

const b = 2
c = 3

b = 2
$ ./bin/coffee -c test.coffee && babel test.js -o test.js && node test.js