I'm fairly new to debugging and JavaScript in general. I want to find out when is being called when I click a button.
I click this button and a popup appears, I want to find out what is executed when I click that button and which code is triggering the popup.
How do I do this?