Why does NodeJS prefer the comma-first coding style? Why does NodeJS prefer the comma-first coding style? node.js node.js

Why does NodeJS prefer the comma-first coding style?


Generally, it makes for cleaner looking code (subjective), and easy spotting of errors. Happy reading