I searched the forums and didn't see what I was looking for - please tell me if this question is a duplicate.
I'm a beginner coder trying to customize a widget. I have ~2 years of experience with python scripting but only a passing familiarity with JS and larger web projects.
My question is: how can I debug a Widget that I've customized? At this point I'm just playing around with official widgets to see how modifying things changes the widget. However, any error I make means that the widget just doesn't load and doesn't offer me any debugging info. Is this done through console.log? Or something more web-developer-y?