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 1

Across
Variables are used to store these.
Use _____________ to troubleshoot your code.
Today's JavaScript runs a lot ________________ than it used to.
There are 99 _____________ of rootbeer on the wall.
To link to an external JavaScript file from HTML, you need the _______ attribute for your <script> element.
Each time through a loop, we evaluate a ______________ expression.
The if/else statement is used to make a ____________.
All JavaScript statements end with a ___________.
You put your JavaScript inside a ______________ element.
Down
You can concatenate _______________ together with the + operator.
Store values that don't change in this.
3 + 4 is an example of an _____________.
JavaScript adds _______________ to your web pages.
Each line of JavaScript code is called a _______________.
To avoid embarrassing naming mistakes, use __________ case.
Do things more than once in a JavaScript program with the _________ loop.
JavaScript variable names are _________ sensitive.
To declare a variable, use this keyword.