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