Because students were using 20 precious lines to write fizzbuzz.
55 chars. Including module.exports
.
Any es6 and lower syntax. Must run on nodejs v4.2.1 with --harmony
flag set.
Your code must be exportable using CommonJS syntax. In otherwords, it must be equivalent to module.exports=
node --harmony test.js
The output of wc -m
found inside test.js is considered official.
Currently standing at 55 characters, set Nov 11.
How much lower can you go?
As usual, submit your PRs, including in your comment the output from test.js