JavaScript Revision

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