InterviewSolution
Saved Bookmarks
| 1. |
How many properties are there in window.performance object?(a) 1(b) 4(c) 2(d) 3 |
|
Answer» The correct choice is (c) 2 Easy explanation: The Window interface’s performance property returns a Performance object, which can be used to gather performance information about the current document. There are totally 2 properties associated with the window.performance and they are: navigation type. |
|