InterviewSolution
Saved Bookmarks
| 1. |
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(d) Server to logI had been asked this question in class test.I want to ask this question from JavaScript Benchmarking and Logging with perfLogger topic in section Parsing, Benchmarking and Logging of JavaScript |
|
Answer» The correct answer is (C) Either Display to screen or Log to server |
|