List of questions
Related questions
Question 84 - Certified JavaScript Developer I discussion
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.
Your answer:
0 comments
Sorted by
Leave a comment first