JavaScript Revision
Across
- 4. Key word that does multi-way selection.
- 5. Key word to display output to a web page.
- 8. Type of repetition that continues to work and automatically increments or decrements a variable.
- 9. Key word that converts data into decimals.
- 12. Key word that converts data into integers.
- 13. Key word to display a box of output.
- 16. Key word that gets the square root of a number.
Down
- 1. Key words that raises one number to a power.
- 2. Key word to create a procedure.
- 3. Variable type that has properties that can be manipulated.
- 6. Key word for selection.
- 7. Key word to get input.
- 9. Key word that converts data into strings.
- 10. Variable type that stores a value in a named memory location.
- 11. Variable type that once set, never changes.
- 14. Type of repetition that continues to work while a condition is true.
- 15. Variable type that has indexes and values.