Data Flow Crossword

12345678910
Across
  1. 2. Data type that stores multiple types of data in one place
  2. 4. Data type representing true or false in JavaScript
  3. 6. Data type that uses quotes to store its value
  4. 7. Output of the code
  5. 10. Data type representing whole numbers in JavaScript
Down
  1. 1. The term for a named storage location for data in a program.
  2. 3. Data type representing numbers with decimals in JavaScript
  3. 5. The process of assigning a value to a variable.
  4. 8. A fundamental structure for storing and organizing data in JavaScript.
  5. 9. A keyword used to declare a variable