To Stow Lake Software Home Page Contact the author (Danny Swarzman)

Stow Lake Software's JavaScript Shell

To test a fragment of JavaScript code, type or paste it into the Code text area. Click the "Run the Code" button to see the results displayed in the Results text area.
Code: Results:

Try these examples:      Example 1      Example 2
The script that is started by the Run button uses the JavaScript eval() function to interpret the code that is entered. The code may include calls to write() and writeln(). Those functions append text to the results. The value of the script, is placed in the results text area after all the write() and writeln() calls have run.
To Stow Lake Software Home Page Contact the author (Danny Swarzman)