Logo

Javascript Questions Set 240:

Quiz Mode

Which of the following JavaScript functions displays a popup?

1
2
3
4

Solution:

Under which namespace are the necessary globals of a Node.js process defined?

1
2
3
4

Solution:

The events that represent occurrences related to the browser window are _____

1
2
3
4

Solution:

Which of the following can be implemented using animation?

1
2
3
4

Solution:

Evaluate the output of the following code-snippet?

<p id = "check" > </p>


<script>

document.getElementById("check").innerHTML = 7 < "10"

</script>

Solution:

When will the 'window' property come to play?

1
2
3
4

Solution:

What is the purpose of using the async attribute in the <script> tag?

1
2
3
4

Solution:

Invoked as soon as the props are received from the parent component and before another render is called. What is the name of this lifecycle method?

1
2
3
4

Solution:

The enumeration order becomes implementation-dependent and non-interoperable if _____

1
2
3
4

Solution:

  The primary purpose of the array map() function is that it ________ 

1
2
3
4

Solution: