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

How to create objects in JavaScript?

0 Answers  


What is a javascript symbol?

0 Answers  


What is a javascript code?

0 Answers  


What boolean operators can be used in JavaScript?

0 Answers  


why we need java instead of c

0 Answers   TCS,






What are the different actions that are performed using javascript?

0 Answers  


How much does a javascript developer make?

0 Answers  


Why is javascript so important?

0 Answers  


What does the term sticky session mean in a web-farm scenario? Why would you use a sticky session? What is the potential disadvantage of using a sticky session?

0 Answers  


why can't we call a static method from a non-static method

0 Answers  


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 the requirement of debugging in javascript?

0 Answers  


Categories