Quiz Question 1 of 6
Which of the following best describes "the pyramid of doom"?
Choose the correct answer below:
-
A
The call stack gets overloaded with function calls and starts to resemble a pyramid
-
B
Two or more callbacks cannot execute at the same time; only one can run to completion at any given time
-
C
XMLHttpRequest
(XHR) is used to retrieve data from a server, without having to do a full page refresh -
D
Multiple callbacks are nested one after the other, making your code difficult to understand and maintain