Logo

Javascript Questions Set 34:

Quiz Mode

alert(6+6+'9');

1
2
3
4

Solution:

let access = age > 18 ? true : false;

1
2

Solution:

What are the drag and drop events?

1
2
3
4

Solution:

While doing numeric conversion rules, what does undefined convert to?

1
2
3
4

Solution:

Which property arranges the element as per the normal flow itself?

1
2
3
4

Solution:

 _______ extracts a part of a string and returns the extracted part in a new string 

1
2
3

Solution:

 Which of the following are global functions that are not part of core JavaScript? 

1
2
3
4

Solution:

(document.getElementById("ditto").innerHTML = "Transformers"; ) Function is an example of? 

1
2
3
4

Solution:

Which web storage technology allows caching of web pages and their associated resources for offline use?

1
2
3
4

Solution:

What is the purpose of event handlers in JavaScript?

1
2
3
4

Solution: