Logo

Javascript Questions Set 162:

Quiz Mode

What will be the output of the following JavaScript code?


var a=25;

document.writeln(Math.sqrt(a));


1
2
3
4

Solution:

Which of the following is a single global function defined in the jQuery library?

1
2
3
4

Solution:

How to get a particular element using the tag name?

1
2
3
4

Solution:

Which web API makes the user's current location available to browser-based applications?

1
2
3
4

Solution:

The interpreter _____ when you reference variables in other scopes.

1
2
3
4

Solution:

The browser stops rendering of the HTML when _________.

1
2
3
4

Solution:

What is the correct code to get the current time in JavaScript?

1
2
3
4

Solution:

What is the function used to deregister an event handler 'f'?

1
2
3
4

Solution:

The property of a primary expression in JavaScript is ____________

1
2
3
4

Solution:

  What will be the step of the interpreter in a jump statement when an exception is thrown?
 

1
2
3
4

Solution: