InterviewSolution
Saved Bookmarks
| 1. |
Which function is used to stop the time logging?(a) stopTimeLogging()(b) stop()(c) finish()(d) abort()I got this question in an interview.Question is from JavaScript Benchmarking and Logging with perfLogger in division Parsing, Benchmarking and Logging of JavaScript |
|
Answer» Right option is (a) stopTimeLogging() |
|