What is difference between javascript and jscript?


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

Post New Answer

More JavaScript Interview Questions

What are the different actions that are performed using javascript?

0 Answers  


Which is better python or javascript?

0 Answers  


What is event target in javascript?

0 Answers  


Hi all, I got a job in Bangalore even though it's recession time. They have said my project will involve Java, Ruby on Rails, Ajax and they also said Web Services (which i have always wanted to try) and some stuff I have not much exposure like REST, mashups and Struts. Can anyone tell me if there are some good training or conferences to get to speed with these technologies. I need to do really good in my job. Thanks, Vaibhavi

1 Answers  


How do Javascript primitive/object types passed in functions?

0 Answers  


Is there any ide for javascript?

0 Answers  


When selecting the states by giving the country as input using ajax cal, how can we ensure that every time it is hitting the DB and fetching the data? Many time it may load from the cache.

1 Answers   CTS, GE,


What do you mean by enumeration?

0 Answers  


Explain the different types of pop-up boxes you can create 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  


Are Attributes and Property the same?

0 Answers  


How to force a page to go to another page using javascript ?

0 Answers  


Categories