MCQOPTIONS
Saved Bookmarks
| 1. |
What will happen if we call setTimeout() with a time of 0 ms? |
| A. | Placed in stack |
| B. | Placed in queue |
| C. | Will run continuously |
| D. | Will execute immediately |
| Answer» C. Will run continuously | |