How does AJAX use the XMLHttpRequest object"?
B
What is the expected result when executing the following scripts in a web browser?
A
Ashton need to write out the items in any array as a list, with their array index number followed by
their value. Which block of code will accomplish this?
A)
B)
C)
D)
A
Consider the following code:
The JavaScript function above will display the following:
A
Consider the following code:
What change should be made to ensure that it correctly displays the value of name in all uppercase
letters?
C
Which of the following is an advantage of using the Virtual DOM?
C
Which of the following is not a benefit of Web APIs?
C
Consider the following code:
What will this alert display?
D
Scarlet has the following code in her script:
Var namesArr =[‘’Joseph’,’ Charlotte’’, ‘’Nicole’’];
She wants to add the name Hank to the end of the array so that its length is 4. What code should she
use?
D
Which of the following statements is an advantage of using JavaScript on the server-side?
A