Question 1
Consider running the following in Browser console:
Which of the following statements are correct?
The first line prints .
The second line prints .
will work in Browser by default because V8 provides the DOM.
Different runtimes (browser, Node.js, etc.) can provide different APIs even if they use the same JavaScript engine.



