A developer has the function, shown below, that is called when a page loads.
function onload() {
console.log(“Page has loaded!”);
}
Where can the developer see the log statement after loading the page in the browser?
Terminal running the web server.
Browser performance toots
Browser javaScript console
On the webpage.
Submit