| Snaprecruit.com

| Snaprecruit.com

Interview question based on skill :

Take as many assements as you can to improve your validate your skill rating

Total Questions: 5

1. What is DOM ?

Correct Answer is : Document Object Model

2. The DOM presents an HTML document as a __________ .

Correct Answer is : Tree-structure

3. Which defines a standard set of objects for any structured document ?

Correct Answer is : Core DOM

4. You can access a radio object by searching through the elements[] array of the form, or by using ______________

Correct Answer is : document.getElementById()

5. The Location object is automatically created by the_______________ and contains information about the current URL.

Correct Answer is : JavaScript runtime engine