Logo

Javascript Questions Set 193:

Quiz Mode

Who developed JavaScript?

1
2
3
4

Solution:

How do you remove an element from the front of an array?

1
2
3
4

Solution:

 The method or operator used to identify the array is ________ 

1
2
3
4

Solution:

The to prop in <Link> can contain which of the following properties?

1
2
3
4

Solution:

Which React hook recomputes the memoized value when one of the dependencies has changed?

1
2
3
4

Solution:

Which attribute is used to specify that the script is executed when the page has finished parsing? (only for external scripts) 

1
2
3
4

Solution:

How to detect and respond to mouse drags?

1
2
3
4

Solution:

What happens when the browser encounters a <script> tag without a src attribute?

1
2
3
4

Solution:

Where can JavaScript code be written?

1
2
3
4

Solution:

When are arrow functions used?

1
2
3
4

Solution: