Skip to main content

Developer Tools

There will always be error notifications and messages when writing code, this is fine. The browser console displays information related to the web page, including error messages and notifications about the execution of JS code.

The following keyboard shortcuts open developer tools in the Console tab:

  • Windows and Linux - Ctrl + Shift + J or F12
  • MacOS - Command + Option + J

Additional materials