JMU JMU - Department of Computer Science
Help Tools
Tools for ECMAScript/JavaScript Programming


1 Integrated Development Environments (IDEs)

2 Static Analysis Tools

3 Debuggers and Profilers

4 Unit Testing

5 Integration Testing: Browser-Based

6 Integration Testing: Headless

7 Server-Side/Standalone Execution

If you have the Java Development Kit installed, you can run JavaScript programs from the command shell using jrunscript . (You can write to the console using the print() and println() functions.) You can also run JavaScript programs using the Firebug command line/editor and/or Scratchpad in Firefox. (You can write to the console using the console.log() function.)

8 Benchmarks

9 Documentation

10 Client-Side APIs

Copyright 2019