Across
- 5. A special kind of variable that represents a value passed into a function
- 6. A set of requirements for how a piece of software should behave
- 8. A data type used in JavaScript to represent text (a sequence of characters)
- 11. The keyword used to return a value from a function
- 12. Application Programming ______
- 13. A keyword that allows us to declare a variable that can be reassigned
Down
- 1. A data type which can be either true or false
- 2. Which method can we use on console to check if an expression is true?
- 3. What is the name of the label we give to a piece of data?
- 4. What is it called when we copy a value into a variable?
- 7. A text-based interface programmers use to issue commands to a computer
- 9. A piece of software (like a package or library) that your code needs to run
- 10. A keyword that allows us to declare a variable that cannot be reassigned
