Comment compiler JavaScript

You dont compile javascript, its a JIT language, it auto compiles in the browser
once run. or if you are using node.js, just run "node ." in the app dir.
Undefined