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 11

Horizontales
Function declarations are ________ on the browser's first pass through your code.
An ___________ function is a function expression that has no name.
_________ scope means you can understand the scope of your variables by reading the structure of your code.
Parameters are _______ variables, so they’re included in the environment where variables are defined.
A function declaration nested in another function has _______ scope.
An ________ provides values for free variables in a function.
The ______ operator spreads an array or object into arguments or other arrays or objects.
We often use setTimeout to create a timer for making ______.
A _____ variable is one that’s not defined in the local scope.
Verticales
________ expressions assigned to variables are not hoisted.
Movie the word “derezzed” was used in.
A function with an ________ attached to it is called a closure.
______ values mean you can sometimes leave out an argument.
A function expression evaluates to a function _________.
A function expression assigned to a variable at the top level of your code has ________ scope.
To get a raise, you should understand how _______ work.
The ____ operator can take multiple arguments and put them in one parameter.