What is the difference between script type and the script language attributes?


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

Post New Answer

More JavaScript Interview Questions

Why jquery is used instead of javascript?

0 Answers  


What is the use of let & const in javascript?

0 Answers  


Is javascript insecure?

0 Answers  


What is the use of window object?

0 Answers  


What is slug in javascript?

0 Answers  


Explain why asynchronous code is important in javascript?

0 Answers  


How do you include a comment in javascript?

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 a global variable in programming?

0 Answers  


What is the difference between a web-garden and a web-farm?

0 Answers  


How to create 3-dimensional Array in Javascript?

3 Answers   CybAge, Shapia,


What is client side programming?

0 Answers  


Categories