QuizBeginner
No DOM or window
Node.js has no DOM or window object because it runs outside the browser.
Why does referencing `window` or `document` cause an error in Node.js?
Node.js has no DOM or window object because it runs outside the browser.
Why does referencing `window` or `document` cause an error in Node.js?