For loops javascript course exercise

Hi, i am going through the Javascript course and doing exercises for the FOR LOOPS and in the final video of the second page (How to Do exercises) i’m a little lost.

Ivan is typing the code into atom but when he console.log; it ends up on a page on his right that looks like the console of another website, i would like to know which website or page this console is on and how it is linked.

Sorry if this is an obvious noob question, i will appreciate anyone taking the time to answer.

Thanks

Hey @DirtyChips, hope you are ok.

In the same course, there will be some lessons to learn how to use the browser console (firefox, chrome, brave…), you program the JS file with atom, to reach what is the result that console.log will show, you open the file in a browser and check the Developer Console, (for me is ctrl+shift+I).

Carlos Z