Upon starting my new position, I discovered that the company already has a large web application in place. While my main responsibility is front-end testing using Selenium, I am interested in gaining insights into how the app functions behind the scenes. Specifically, I want to understand which JavaScript module is responsible for creating a particular element, table, or form that appears on the webpage. While I can use the 'inspect element' feature in Chrome dev tools to view the DOM structure, I need guidance on identifying the specific .js file associated with the creation of these elements. My goal is to connect the dots between the DOM inspector and the source files that contribute to building the DOM.