I justed started learning JavaScript. While doing that, I got tired of embedding my JavaScript code into an HTML document in order to run it in the browser. I thought it wou
On Windows, the following configuration works:
{ "cmd": ["C:\\Program Files\\nodejs\\node.exe", "$file"], "selector": "source.js" }