JavaScript Crossword 1

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