Home / CSE / Javascript - CS :: Invocation and Performance Navigation

CSE :: Javascript - CS

  1. How many properties does a prototype object have?

  2. A.

     6

    B.

     7

    C.

     8

    D.

     9


  3. Which of the following does not serialize the undefined values or objects within an object?

  4. A.

     JSON.string

    B.

     JSON

    C.

     JSON.stringify

    D.

     None of the mentioned


  5. How many properties are there in the interface PerformanceTiming?

  6. A.

     21

    B.

     22

    C.

     23

    D.

     24


  7. How many properties are there in window.performance object?

  8. A.

     1

    B.

     4

    C.

     2

    D.

     3


  9. What is the purpose of the navigation property in the window.performance object?

  10. A.

     To which page the user navigated

    B.

     How the user navigated

    C.

     All of the mentioned

    D.

     None of the mentioned


  11. What is the purpose of the property PerformanceTiming.navigationStart?

  12. A.

     Ready to end the navigation

    B.

     Ready to jump the navigation

    C.

     Ready for navigation

    D.

     None of the mentioned


  13. Which of the following does JSON.stringify not serialize?

  14. A.

     Undefined values

    B.

     Functions within an object

    C.

     Both Undefined values and Functions within an object

    D.

     None of the mentioned


  15. What is the purpose of the property PerformanceTiming.fetchStart?

  16. A.

     Browser ready to fetch input

    B.

     Browser ready to fetch document

    C.

     Browser ready to fetch summary

    D.

     All of the mentioned


  17. Which of the following property is associated with the Request event?

  18. A.

     requestStart

    B.

     requestEnd

    C.

     both requestStart and requestEnd

    D.

     none of the mentioned


  19. Which of the following API can be used to get the timing without affecting the page loading process?

  20. A.

     Navigation API

    B.

     Timing API

    C.

     Navigation Timing API

    D.

     None of the mentioned