Match each item with a statement below:

A. The most common type of decision-making statement
B. Contains a set of data represented by a single variable name
C. An element's numeric position within an array
D. Returns the number of elements in an array
E. A single statement that declares a variable and specifies array values as its content
F. A variable that is incremented or decremented with each iteration of a loop statement
G. Compares the value of an expression to a value contained within a special statement called a case label
H. A set of statements contained within a set of braces
I. Changing the order in which JavaScript code is executed

A. if statement
B. array
C. index
D. length property
E. array literal
F. counter
G. switch statement
H. command block
I. controlling flow

Computer Science & Information Technology

You might also like to view...

A(n) ________ provides a view of data fields to be filled in with appropriate labels to assist a user in entering data into the database

Fill in the blank(s) with correct word

Computer Science & Information Technology

Formatting a value so that is formatted one way or another based on whether a condition is true or false is called ________ formatting

A) true/false B) conditional C) comparison D) boolean

Computer Science & Information Technology