Learn Create Your Own Split Screen

Next Page

Javascript has the idea of a "console".

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.