Last Updated: February 25, 2016
·
535
· regality314

Use Node.js to check client code

Sometimes you run into syntax errors in you client code, which can be a pain to track down from a browser.

You can just run node client.js and if there are any syntax errors, node will fail on those before it runs the code. Magic.