InterviewSolution
Saved Bookmarks
| 1. |
Which function is used to start the time logging?(a) startTimeLogging()(b) start()(c) Loggingstart()(d) startLogging()I got this question during an interview for a job.I want to ask this question from JavaScript Benchmarking and Logging with perfLogger in division Parsing, Benchmarking and Logging of JavaScript |
|
Answer» The correct choice is (a) startTimeLogging() |
|