Practice Quiz 1 Links

1. Different ways to initiate Events

2. Separating "statements"

3. Hiding JavaScript from older browsers

4. Hierarchy Diagram

5. if statement syntax

6. VBscript can only be run in an IE browser, while JavaScript can be run in all browsers

7. Changing document information

8. Remember that JavaScript is case sensitive, so IF is incorrect

9. eval(...) converts a string into something else, in this case it converts the string into a numeric result

10. Remember that the Event Handlers are HTML, hence case insensitive. The Events/JavaScript occurs inside the quotations after the = sign.