Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 389 Bytes

javascript_all.md

File metadata and controls

19 lines (17 loc) · 389 Bytes

Online compiler

IDE

Editor

  • Sublime text

Compiler

  • Setup within ST3
    • Tools >> Build system >> New Build system Copy and Paste the code:
      {
        "cmd": ["F:/Softwares/nodejs/node.exe", "$file"],
        "selector": "source.js"
      }
    And then, save as JSON file. Finally, use this as build system for Javascript.