Fun with Javascript!
Across
- 3. The language used to make web pages interactive.
- 5. The keyword used to create a conditional branch.
- 7. This loop runs as long as a condition is true.
- 8. The data type that represents true or false.
- 10. The method used to add an item to the end of an array.
- 11. The method used to select an element by tag, id or class.
- 14. A list of values is called an ___.
Down
- 1. A method that adds a class to an element
- 2. The keyword used to define a variable.
- 4. The method to remove an element from the DOM.
- 6. This keyword is used to define a function.
- 9. The keyword used to exit a loop.
- 12. The method to output something to the console.
- 13. The loop that executes code a specific number of times.