How to open page in developer tools

Loading the code for the site. To debug this code, open masterPage.js in Developer Tools.

Loading the code for the Artists About (ArtistNumber) page. To debug this code, open c65wy.js in Developer Tools.

Sorry - I’m a newbie. Where are these telling me to go? How do I get there?

Thanks for taking a look,
Amy

All the most popular browsers have development tools built-in, and you can access them by right clicking on the page you want to debug or inspect and then selecting ‘Inspect Element’.

In the module that opens up, one of the tabs is called Console and it will show you any errors occurring.