InterviewSolution
Saved Bookmarks
| 1. |
How is the render time calculated?(a) Date.Now()(b) Date.Now() – performance.timing.domLoading(c) performance.domLoading(d) Date.Now() – performance.domLoadingThe question was posed to me in an interview.Origin of the question is Lazy Loading topic in division Invocation and Performance Navigation of JavaScript |
|
Answer» Right choice is (B) Date.Now() – performance.timing.domLoading |
|