Logo

Javascript Questions Set 112:

Quiz Mode

What happens when the browser encounters a

1
2
3
4

Solution:

What serves as the global object at the top of the scope chain?

1
2
3
4

Solution:

Which two events will receive the generated text for key events?

1
2
3
4

Solution:

How do you append a new child node to an element?

1
2
3
4

Solution:

  Correct syntax for $.post() method is ____________ 

1
2
3
4

Solution:

The dispatch() function can be accessed directly from the store as _____.

1
2
3
4

Solution:

Which jQuery UI method is used to apply the datepicker widget on an HTML element?

1
2
3
4

Solution:

  What is the code to be used to trim whitespaces? 

1
2
3
4

Solution:

What will be the output of the following JavaScript code?

<p id="demo"></p>
<script>
document.getElementById("demo").innerHTML = Math.sin(90 * Math.PI / 180);
</script>

1
2
3
4

Solution:

  When a class B can extend another class A, we say that? 

1
2
3
4

Solution: