JavaScript vocabulary

123456789101112131415161718192021222324
Across
  1. 3. X and Y positions
  2. 7. Runs JavaScript code
  3. 8. Input integer from user
  4. 10. Function passed to another
  5. 11. Generate random numbers
  6. 13. Store data value
  7. 14. Get element's height
  8. 15. Get element's width
  9. 19. Naming convention style
  10. 20. Count-controlled iteration
  11. 23. One loop cycle
  12. 24. Create reusable code
Down
  1. 1. Math operations (+, -, *, /)
  2. 2. Drawing area for graphics
  3. 4. Branching logic flow
  4. 5. User action trigger
  5. 6. Compare values (==, ===, >)
  6. 9. Exit loop immediately
  7. 12. Begin execution
  8. 16. Repeat while condition true
  9. 17. True or false type
  10. 18. Input string from user
  11. 21. Output to console
  12. 22. Combine conditions (&&, ||)