Where can the developer see the log statement after loading the page in the browser?

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?
A . Terminal running the web server.
B . Browser performance toots
C . Browser javaScript console
D . On the webpage.

Answer: C

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments