DOM Programming -window Object Review Please describe the principles of script execution. What are the control statements in JavaScript and what they mean? How to create a function with arguments and how to call it? The terms "root node", "child node", and "adjacent node". What are the common properties of the window object? Explain what the setTimeout() method does. The goal of this chapter is to use the DOM model to find an HTML element, use the open() method of the window object to make various styles of advertising Windows, use the setTimeout() method of the window object and the Date object to make a tree structure of the HTML document that displays the date What is the DOM DOM-Document Object Model? It is a set of Web standards from the W3C International organization that defines a set of properties, methods, and events for accessing HTML Document objects. DOM Object Model-1 DOM object Model-2 Common properties of Window object Common methods and events of window object How to use window object -1 How to use window Object 2-1 How to use window object 2-2 How to use window object -3 How do I Use window Object -4 How do I Use window object -5 Summary 1 Clock display on a Date object -1 Clock display on a Date object -2 The number of milliseconds that a Date object stores since 00:00:00 on January 1, 1970 Date object clock display -3 Grouping Date object clock display -4 Date object clock display -5-1 Date object clock display -5-2 var myTime = setTimeout(" disptime() ", 1000); Date object clock display -6 Summary 2 history and location object -1 history object methods history and location object -2 Location object property methods history and location object -3 Common errors Summarize the tree structure of the HTML document? What are the common methods of the window object and their meanings? What methods does the Date object have? Explain where the setTimeout method is applicable?