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.

HF JavaScript Chapter 8

Horizontales
The __________ notifies the view when its state changes.
To get the guess from the form input, we added an event ________ for the click event.
We represent each ship in the game with an __________.
Modern, interactive web apps use HTML, CSS and _________.
We use the __________ method to set the class of an element.
The __________ is good at gluing things together.
The __________ loop executes the statements in its body at least once.
You can cheat and get the answers to Battleship using the _______.
Verticales
The three objects in our game design are the model, _____, and controller.
Who is responsible for state?
We call the _______ method to ask the model to update the state with the guess.
Arrays have an _________ method too.
To add a “hit” to the game board in the display, we add the ____ class to the corresonding <td> element.
To add a ship or miss image to the board, we place the image in the ________ of a <td> element.
13 is the keycode for the _______ key.
The responsibility of the collision function is to make sure that ships don’t _________.
Chaining is for _________ references, not just jailbirds.
The id of a <td> element corresponds to a _____ on the game board.