Program Development CodeHS & JavaScript

12345678910111213141516
Across
  1. 2. To add to or increase
  2. 4. an HTML element used to define and include JavaScript code in a webpage.
  3. 8. A symbol or container that holds a value.
  4. 9. A whole number (not a fraction)
  5. 11. To subtract from or decrease
  6. 13. Allows for the reading of user input when a string is used
  7. 15. A variable in a program that has a value that does not change.
  8. 16. A sequence of characters
Down
  1. 1. A fast, lightweight JavaScript library designed to simplify tasks like event handling, etc
  2. 2. Giving a variable an initial value.
  3. 3. a software application or platform that allows users to create, manage, and modify content on a website without requiring coding
  4. 5. Allows for the reading of user input when a float number is used
  5. 6. A true or false value.
  6. 7. a Variable Defining it for the first time.
  7. 10. Allows for the reading of user input when an integer is used
  8. 12. JavaScript function that prints out a line to the user
  9. 14. a numeric value that can have decimal level precision (ex: 3.14)