JSSH allows you to evaluate and execute JavaScript code and see the results. This can be useful when developing or debugging JavaScripts. JavaScript code can be entered in the command text box below. The code will be executed using the eval() method in the execution frame. After execution, the command and it's return value are shown in the history. If the command threw an exception, information about the exception is displayed.