My Report

JavaScript Practice Test 4


Correct Answer: 2 points | Wrong: -1 point
Grades: A* (100% score) | A (80%-99%) | B (60%-80%) | C (40%-60%) | D (0%-40%)
advertisement

1. What is the special feature of modern web applications?

2. Which of the following is the ultimate element selection method?

3. The node directly above a node is called __________

4. What does the location property represent?

5. The type that specifies what kind of event occurred is ____________

6. What is the function used to extract arguments from the search property of a URL?

7. In general, event handler is nothing but ____________

8. What will be the output of the following JavaScript code?

<head id="myHead">
</head>
<p id="demo"></p>
<script>
function myFunction() 
{
   var x = document.head.id;
   document.getElementById("demo").innerHTML = x;
}
</script>

9. The process by which the browser decides which objects to trigger event handlers on is ____________

10. The paragraph "p" is a part of __________


 

Manish Bhojasia - Founder & CTO at Sanfoundry
Manish Bhojasia, a technology veteran with 20+ years @ Cisco & Wipro, is Founder and CTO at Sanfoundry. He lives in Bangalore, and focuses on development of Linux Kernel, SAN Technologies, Advanced C, Data Structures & Alogrithms. Stay connected with him at LinkedIn.

Subscribe to his free Masterclasses at Youtube & discussions at Telegram SanfoundryClasses.