We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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