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:
Crossword Word Search Worksheet
Rate This Puzzle:
Log in or sign up to rate this puzzle.

Head First JavaScript Chapter 2

Across
This helps you think about how a program is going to work.
Both while and if statements use __________ tests.
Boolean operators always result in true or _________.
To get a true value from an AND operator (&&), both parts of the conditional must be ___________.
JavaScript has many built-in __________ like alert and prompt.
To randomly choose a position for a ship, use Math._________.
Down
To get input from a user, you can use the _________ function.
== is a _____________ operator you can use to test to see if two values are the same.
OR (||) and AND (&&) are ___________ operators.
If you’re good at testing programs, you might want to become a ________ Assurance specialist.
If you don’t initialize a variable, the value is __________.
We keep track of whether a ship is sunk or not with a ________ variable.
To get a false value from an OR operator (||), both parts of the conditional must be __________.