Fun with Javascript!

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