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
You might also like to view...
What is the difference between a calling function and a called function?
What will be an ideal response?
When using a stack to determine if brackets are balanced in an expression, the stack should not be empty when you reach the end of the expression.
Answer the following statement true (T) or false (F)
A technician is attempting to resolve an issue with users on the network not being able to access websites. The technician pings the default gateway and DNS servers successfully. Pinging a website by URL is unsuccessful but using a known IP address is successful. Which of the following will resolve the issue?
A. Update the HOST file with the URLs for all websites B. Use NSLOOKUP to resolve URLs C. Ensure ICMP messages can pass through the firewall D. Enable port 53 on the firewall
The break statement causes a loop to terminate.
Answer the following statement true (T) or false (F)