Lone Peak WebDev 2 Intro to JavaScript

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