HTML5_Carey7_ch10
Across
- 1. A JavaScript statement used to run different commands based on different values of a specified variable
- 4. An array in which an item matches, or is parallel to, another entry in a different array
- 7. A number used with an array to distinguish one array value from another
- 8. An operator used in an expression which returns one value if the condition is true and another if it is false
- 9. A set of JavaScript commands enclosed within a set of curly braces
- 11. A data structure in which new data items are added to the end of an array
- 12. A data structure in which data values are arranged in a rectangular grid
- 13. A data structure principle in which items are arranged in an arrow following the first-in-first-out principle
Down
- 2. A function used with the JavaScript sort() method to define a sorting order
- 3. A pejorative programming term that refers to convoluted or poorly written code
- 5. An operator that allows you to connect several Boolean expressions
- 6. An operator that returns the integer remainder after dividing one integer by another
- 9. JavaScript statement that stops processing of the commands in the current iteration of the loop and continues to the next iteration
- 10. A collection of JavaScript values organized under a single name