how to run a js file on windows code example
Example 1: make js file windows command
type NUL > test.html
type NUL > test.js
Example 2: javascript running at node
const inNode = new Function('try{return this===global;}catch(err){return false;}')();