I’m following along with a course on youtube to learn javascript, and early on the course explains using console.log to show what variables values are at various points in the code. They have the console open at the bottom, and run it, but they don’t explain how to run it. I have been googling for quite a while and getting frustrated with being unable to find this information. It seems very basic, but the problem is all the google results are for unrelated issues, and I can’t find anything on this.
How do you run the code so that it outputs in the bottom console?