InterviewSolution
Saved Bookmarks
| 1. |
What does the method Performance.now() return?(a) DOMTimeStamp(b) DOMHighResTimeStamp(c) DOM\Stamp(d) TimeStampI got this question in an online quiz.The origin of the question is Invocation of the Performance Object topic in chapter Invocation and Performance Navigation of JavaScript |
|
Answer» The correct choice is (B) DOMHighResTimeStamp |
|