1.

How many properties are there in the interface PerformanceTiming?(a) 21(b) 22(c) 23(d) 24The question was posed to me during an online interview.Origin of the question is Integrating the Performance Object with perfLogger in chapter Invocation and Performance Navigation of JavaScript

Answer»

Correct option is (a) 21

For explanation I WOULD SAY: PERFORMANCE.timing read-only property returns a PerformanceTiming object CONTAINING latency-related performance information. There are a total of 23 properties associated with the interface PerformanceTiming.



Discussion

No Comment Found

Related InterviewSolutions