Crossword Puzzle Of The Week #11 (for JavaScript)

On this situation of Crossword Puzzle of the week, we are going to dive into the subject of JavaScript. The answer to the crossword puzzle is supplied on the finish.

Crossword Puzzle Of The Week #11 (for JavaScript)
HINTS:
DOWN:
1. _____ scripting merely means operating scripts, resembling JavaScript, on the shopper gadget, often inside a browser.
2. The ______ technique executes a reducer operate for array ingredient.
3. JavaScript makes use of _____ scoping to resolve the variable names when a operate is created inside one other operate.
4. when a variable is asserted in a sure scope having the identical identify outlined on its outer scope and once we name the variable from the internal scope, the worth assigned to the variable within the internal scope is the worth that will probably be saved within the variable within the reminiscence area. This is named _____.
5. The _____ technique creates a brand new array stuffed with components that move a take a look at supplied by a operate.
ACROSS:
1. A _____ is the mixture of a operate bundled collectively (enclosed) with references to its surrounding state (the lexical surroundings).
6. The _____ loop loops by a block of code so long as a specified situation is true.
7. The ______ of a variable implies that the variable is accessible inside the block that’s between the curly braces.
8. _____ scripting runs on the back-end server.
9. _____ is JavaScript’s default habits of shifting declarations to the highest.
Answer for Crossword Puzzle #11:

Crossword Puzzle Of The Week #11 (for JavaScript)
Solutions:
DOWN:
1. CLIENT SIDE
2. REDUCE
3. LEXICAL
4. SHADOWING
5. FILTERACCROS:
1. CLOSURE
6. WHILE
7. BLOCK SCOPE
8. SERVER SIDE
9. HOISTING