Lone Peak WebDev 2 Intro to JavaScript
Across
- 3. A command to the browser to do something
- 6. A popup box with a message is shown
- 9. An item on the page
- 11. When the mouse cursor hovers over an element
- 13. Place at the end of every statement
- 14. The set of math operators +-*/
- 15. The root of all elements of a page
- 16. Sends output to the page
Down
- 1. When two strings are combined
- 2. A named item that stores a value
- 4. To cause an event
- 5. Finds an element by id
- 7. A function called based on an event
- 8. An event is caused
- 10. Handler called when user clicks on an element
- 12. The name of the tag used to surround inline JavaScript