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
Latest JavaScript Developer I Practice Questions with 144 Q&As
Updated Study Material | Instant Download | Detailed Answers and Explanations
Subscribe
Login
0 Comments