Skip to content
Matt Buck edited this page Sep 9, 2015 · 1 revision

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

Clone this wiki locally