Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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;
}

Answer Posted / hrpatelsoft@gmail.com

{model: "Honda", color: "white", year: "2010", country: "UK"}

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can a Javascript code redirect the user to a different page?

1000


What do you understand by this keyword in javascript?

915


Can you assign a anonymous function to a variable?

982


How to define a anonymous function?

1001


How do functions work in javascript?

1043


Can you run javascript in notepad?

936


What is the context in javascript?

980


How to get checkbox status whether it is checked or not?

1002


Is it possible to do 301 redirects in javascript ?

932


How to convert json string to object?

1085


What are associative arrays in javascript?

1114


Explain hoisting in javascript?

1096


Explain equality operators in javascript?

1018


Is javascript object a hash table?

1009


how can i change colour of a image in aspx file?

2048