Logo

Javascript Questions Set 199:

Quiz Mode

What are the four types of streams in Node.js?

1
2
3
4

Solution:

How many properties are associated with the Response event?

1
2
3
4

Solution:

Which object in the browser supports the Filesystem API?

1
2
3
4

Solution:

Which object is used to represent a web browser window or frame?

1
2
3
4

Solution:

The properties() method is a ________

1
2
3
4

Solution:

Which function is used to call a function repeatedly at a specified time interval?

1
2
3
4

Solution:

In the following syntax of object, the value of datatype within the square brackets must be ___________

book[datatype]=assignment_value;

1
2
3
4

Solution:

What does the pushState() method in the History API do?

1
2
3
4

Solution:

The purpose of toLocaleString() is to ______

1
2
3
4

Solution:

What does the web browser's rendering engine do when it encounters JavaScript?

1
2
3
4

Solution: