Go to Live Site Next Page
Normally, the console isn't visible. But S2JS echoes console output to the same place it also displays error messages from Javascript itself.
You can display things on the console using the console.log() function.
Here comes an example.