Logo

Javascript Questions Set 185:

Quiz Mode

The number of parameters an API can accept is ___.

1
2
3
4

Solution:

Which of the following is a global object in client-side JavaScript?

1
2
3
4

Solution:

Which of the following can be implemented using animation?

1
2
3
4

Solution:

Which prop does the Link component use to specify the location where the links should navigate to?

1
2
3
4

Solution:

What is the output of the following script?

alert(typeof new Date());

1
2
3
4

Solution:

The purpose of script loading is?

1
2
3
4

Solution:

What is the reason for avoiding the attributes property in the HTML DOM?

1
2
3
4

Solution:

To determine whether one object is the prototype of (or is part of the prototype chain of) another object, one should use the

1
2
3
4

Solution:

The web development environment (JavaScript) offers which standard construct for data validation of the input entered by the user. 

1
2
3
4

Solution:

What does the type attribute of the navigation object indicate when it is set to 2?

1
2
3
4

Solution: