Vidyalelo
JavaScript · Q35

Parsing, Benchmarking And Logging

Programming · JavaScript · question 35

Q35

According to the workflow of a runtime logging, what happens after calculating the run time?

A.
Display to screen
B.
Log to server
C.
Either Display to screen or Log to server
Answer
D.
None of the mentioned

Answer: Option C

Solution

Answer: Option C
Solution:
According to the workflow of a runtime logging, after calculating the run time, decision boxes are kept that will check to either display to the debug screen or log to the server.