HTML5_Carey7_ch10

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