How to create an object in javascript?
No Answer is Posted For this Question
Be the First to Post Answer
how to post the form without submit button with help of javascript
List some data types supported by javascript?
We are facing problem with the compatibilty of IE 7 and IE 6.We are calling a showModal window that is working fine in IE6 but with IE7 it opens a new Window and Data is not getting poputaled.In some pages it Gives an error "The webpage you are viewing is trying to Close the window.Do you want to close this window".
What are undefined and undeclared variables?
What is the difference between arrow function and normal function?
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; }
What is difference between local and global scope in javascript ?
Does javascript support automatic type conversion, if yes give example.
How long does it take to learn javascript?
What are the string methods?
What is the real name of JavaScript?
How to create 3-dimensional Array in Javascript?