Test your knowledge of the topics covered in this Hour by answering the following questions:
1: | Which of the following is the latest DOM recommendation from the W3C?
|
A1: | c. DOM level 2 is the latest W3C recommendation. |
2: | When should you use a new JavaScript feature?
|
A2: | c. Wait until JavaScript features are standardized and widely available before implementing them. |
3: | Which of the following is an important way of making sure your scripts will work with future browsers?
|
A3: | a. Following HTML, JavaScript, and DOM standards is an important way of making sure your scripts will work with future browsers. |