Logo

Javascript Questions Set 221:

Quiz Mode

Which property in the Window object is used to refer to a Location object?

1
2
3
4

Solution:

Which function among the following is used to invoke a function once?

1
2
3
4

Solution:

When does WebPageTest become necessary?

1
2
3
4

Solution:

Which of the following properties refers to the root element of the document?

1
2
3
4

Solution:

What will happen if you reference document.location from within an object?

1
2
3
4

Solution:

Which event handler is triggered when the content of the document in the window is stable and ready for manipulation?

1
2
3
4

Solution:

Which function among the following allows you to register a function to be invoked repeatedly after a certain time?

1
2
3
4

Solution:

When are mouse events generated?

1
2
3
4

Solution:

Which of the following PerformanceTiming properties is read-only?

1
2
3
4

Solution:

What is the code to print "Hello World" one second from now?

1
2
3
4

Solution: