Class 7 — Variables, classes, control structures, and error handling

Javascript topics        Javascript examples

Topics

Web console

Under tools select "Web console", then you can see the output of the function console.log(message_string).

You also get some syntactic error messages, which can be more helpful then JSLint when loading a web page.