Across
- 4. ___________ is derived from JavaScript.
- 7. To declare a variable, use this keyword.
- 8. Both while and if statements use __________ tests.
- 9. JavaScript allows us to add ______________ behaviour to the web page.
- 10. If you type the following code in the console window, what result will you get? 3 > 2 > 1 === false;
Down
- 1. The first ever JavaScript was created by _________________.
- 2. If you don’t initialize a variable, the value is __________.
- 3. All javascript statements end with a ____________.
- 5. OR (||) and AND (&&) are ___________ operators.
- 6. To get input from a user, you can use the _________ function.
