Skip to main content

Debugging

Debugging any issue in DevTools (on Chrome)

Open DevTools by pressing Command+Option+I (Mac) or Control+Shift+I (Windows, Linux).

In addition to viewing console.log() messages, you can also use the Console to evaluate arbitrary JavaScript statements.

In terms of debugging, you can use the Console to test out potential fixes for bugs.