What is the disadvantage of using innerhtml in javascript?


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

Post New Answer

More JavaScript Interview Questions

Where can I learn javascript for free?

0 Answers  


How about 2+5+"8"?

6 Answers   Satyam,


Which built-in method returns the index within the calling string object of the first occurrence of the specified value?

0 Answers  


What are the concepts of object oriented programming?Explain with an example.

1 Answers  


What typeof returns for a null value?

0 Answers  


What is purpose of onerror event handler in javascript?

0 Answers  


How to check if a variable is an integer in javascript ?

0 Answers  


What is negative infinity?

2 Answers   CoKinetic, Satyam,


Who created npm?

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 null in js?

0 Answers  


Write about the errors shown in javascript?

0 Answers  


Categories