853). How many properties does a prototype object have?

[A]6
[B]7
[C]8
[D]9

Show Answer

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

[A]JSON.string
[B]JSON
[C]JSON.stringify
[D] JSON.change()

Show Answer

855). How many properties are there in the interface PerformanceTiming?

[A]21
[B]22
[C]23
[D]24

Show Answer

856). How many properties are there in window.performance object?

[A]1
[B]4
[C]2
[D]3

Show Answer

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

[A]To which page the user navigated
[B]How the user navigated
[C]Information about the page
[D]Information of the curser

Show Answer

858). What is the purpose of the property PerformanceTiming.navigationStart?

[A]Ready to end the navigation
[B]Ready to jump the navigation
[C]Ready for navigation
[D]Ready to changing the navigation

Show Answer

859). Which of the following does JSON.stringify not serialize?

[A]Undefined values
[B]Functions within an object
[C] Both Undefined values and Functions within an object
[D]Functions outside the object

Show Answer

860). What is the purpose of the property PerformanceTiming.fetchStart?

[A]Browser ready to fetch input
[B]Browser ready to fetch document
[C]Browser ready to fetch summary
[D]Browser ready to fetch output

Show Answer

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

[A]requestStart
[B]requestEnd
[C]both requestStart and requestEnd
[D]requestchange

Show Answer

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

[A]Navigation API
[B]Timing API
[C]Navigation Timing API
[D]Navigate API

Show Answer