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.