Logo

Javascript Questions Set 215:

Quiz Mode

Which of the following is a API parameter?

1
2
3
4

Solution:

What type of file is the YUI Compressor?

1
2
3
4

Solution:

 Which of the following is not window object property? 

1
2
3
4

Solution:

What should be the data type of the script_url property?

1
2
3
4

Solution:

What is the output of the following code?


var x = 2;

var y = '2';

alert(x == y);

1
2
3
4

Solution:

Which jQuery method is used to add an HTML element after a particular HTML element?

1
2
3
4

Solution:

What type of language is Node.js?

1
2
3
4

Solution:

The inner function in Redux Thunk receives the store methods dispatch and getState as parameters.

1
2
3
4

Solution:

 When do uncaught exceptions generate events? 

1
2
3
4

Solution:

Which best explains Window.getSelection()?

1
2
3
4

Solution: