bomJavaScriptBomEasyWhat is the difference between the Window and Document objects?1Window represents the browser window; Document represents the loaded page content2They are the same3Document controls the window; Window holds page content4Window is only in Node.jsBack to list