What is the use of document object?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More JavaScript Interview Questions

What is the output of below code var car = new Vehicle("Honda", "white", "2010", "UK"); console.log(car); function Vehicle(model, color, year, country) { this.model = model; this.color = color; this.year = year; this.country = country; }

1 Answers  


What is an onclick?

0 Answers  


How do I open javascript on my iphone?

0 Answers  


Why do we need javascript?

0 Answers  


What is negative infinity?

2 Answers   CoKinetic, Satyam,






What are different types of scope chain available in javascript?

0 Answers  


What is the difference between undeclared & undefined?

0 Answers  


What is viewstate in javascript?

0 Answers  


Define anonymous function.

0 Answers  


What's math constants and functions using javascript?

0 Answers  


What is the difference between window.onload and ondocumentready?

0 Answers  


What is class example?

0 Answers  


Categories