What is difference between javascript and jscript?
What are the different actions that are performed using javascript?
Which is better python or javascript?
What is event target in javascript?
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
How do Javascript primitive/object types passed in functions?
Is there any ide for javascript?
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.
What do you mean by enumeration?
Explain the different types of pop-up boxes you can create in JavaScript.
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; }
Are Attributes and Property the same?
How to force a page to go to another page using javascript ?