Across
- 2. A method used to output information to the console.
- 6. A data type used to represent text.
- 7. An array method used to modify an array by adding or removing elements from it.
- 10. An array method that adds an element to the end of the array.
- 11. Refers to any information that can be processed or stored by a computer.
- 12. A method used to obtain user input.
- 14. A data type that represents numeric values.
Down
- 1. A data type that represents true or false values.
- 3. A data structure used to store collections of key-value pairs.
- 4. Data coming out of a program
- 5. An array method that removes and returns the last element from the array.
- 8. A numeric value used to access elements in arrays or properties in objects.
- 9. Containers or placeholders for data in programming.
- 13. A data structure used to store collections of elements, accessed by index.
- 14. A data type that represents the intentional absence of any object value.
