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