Debugging in JavaScript: Reading Console Errors
Using DevTools Console
Always have the DevTools console open when debugging.
In the console, errors that need to be fixed show up in red while warnings (which don't need to be fixed immediately) show up in yellow.
The Failed to load resource: net::...
blog.saoud.dev7 min read