What are the Advantages and Disadvantages of JavaScript?


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

Post New Answer

More JavaScript Interview Questions

What do I need to code javascript?

0 Answers  


do any browser need activeX object to run javascripts?

2 Answers  


Where do I put javascript code in html?

0 Answers  


How to use "join()" to create a string from an array using javascript?

0 Answers  


Why are callbacks used?

0 Answers  






How to include the HTML tag inside the javascript tags?

5 Answers   TCS,


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 use of Push method in JavaScript?

0 Answers  


How to remove duplicates from javascript array?

0 Answers  


How to get the type of arguments passed to a function?

0 Answers  


Is javascript whitespace sensitive?

0 Answers  


What are javascript closures?

0 Answers  


Categories