My Crossword Maker Logo
Powered by BrightSprout
Save Status:
or to save your progress. The page will not refresh.
Controls:
SPACEBAR SWITCHES TYPING DIRECTION
Answer Key:
Edit a Copy:
Make Your Own:
Crucigrama Sopa de Letras Hoja de Trabajo
Calificar este Puzzle:
Log in or sign up to rate this puzzle.

Head First JavaScript Chapter 9

Horizontales
To pass an argument to a timer event handler, pass it as the ________ argument to setTimeout.
The window ______ property is for handling a page loaded event.
The browser has only one _________ of control.
A function designed to react to an event is called an event _______.
Events are generated for lots of things, but not for baking __________.
You’ll generate this event if you touch your touch screen device.
Events are handled ______________.
The browser can only execute one event __________ at a time.
zero.jpg is the ________.
How you know which image was clicked on in the image game.
5000 milliseconds is _______ seconds.
Verticales
To assign an event handler for a time event, pass the _______ to setTimeout as the first argument.
A program with code to handle events is not this.
Use can use a method to get multiple elements from the DOM using a _____ name.
The event _______ is passed to an event handler for DOM events.
When you click your mouse, you’ll generate a _______ event.
Use this property of the event object to know when an event happened.
JavaScript allows you to pass a _______ to a function.
To make a time event happen over and over, use _________.
When you begin programming with events, you might feel like you’re not in _________ any more.
If too many events happen close together, the browser stores the events in an event ________.
The event object for a mouseover event has a property x for the position of the mouse in pixels from the ____ side of the browser window.
The setTimeout method is used to create a ______ event.