Need to see errors

I’m currently working on the “WorkAround Explorer”-Project on the LEARN INTERMEDIATE JAVASCRIPT course.
My app didn’t work because I had a typo in the path of an import.
Why do I not get an error message when the imported file isn’t found? How can I see runtime errors in general? E.g. also typos in variable names.
Also I would find it super helpful in learning how to debug my own code when needed. Does anyone have suggestions how and where to learn that?

I’m a complete beginner when it comes to coding and started with the JS Beginner Course that worked well for me.
In the intermediate course I don’t have the video walkthroughs from other programmers anymore or sample solution and I’m really struggling to find my errors sometimes.

All your help is highly appreciated. Looking forward to some feedback.

Try browser breakpoints

As mentioned in the previous post,
for some browsers, there’s a “more tools” or “Developer tools” menu, where there may be a “Console” feature where you can see such errors.

Thank you both for taking the time and giving me some advice.
I watched the Video, and it’s definitely something I’m going to look into further.

My only issue at the moment is that I’m solely working in the Codecademy environment, which they provide in the course.
So I’d like to know if there’s something I can do there.