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...


How do you assign object properties?

Answers were Sorted based on User's Feedback



How do you assign object properties?..

Answer / m_xyz

var obj=new Object();
obj["age"]=18; or obj.age=18

Is This Answer Correct ?    19 Yes 0 No

How do you assign object properties?..

Answer / team sam onn

var obj=new Object();
obj["age"]=18; or obj.age=18

Is This Answer Correct ?    7 Yes 0 No

How do you assign object properties?..

Answer / rubin thomas

var regiondb_stcty = new Object()

regiondb_stcty["Andaman and Nicobar"] = [ {value:"Port
Blair", text:"Port Blair"}];

u can do assign option elements with this object;
like a state city dyanmic population.

email me if u want thsi code

Is This Answer Correct ?    1 Yes 1 No

Post New Answer

More JavaScript Interview Questions

What is the role of a strict mode in javascript?

0 Answers  


What is the main difference between Map collections and other collections such as Set.

0 Answers  


How to change style on an element?

0 Answers  


name any two javascript functions which are used to convert nonnumeric values into numbers?

0 Answers  


How do I link an external javascript file to html?

0 Answers  


To write messages to the screen without using "document.write()"?

0 Answers  


What is argument objects in javascript & how to get the type of arguments passed to a function?

0 Answers  


Is javascript harmful?

0 Answers  


What is a closure javascript?

0 Answers  


How do you trim in javascript?

0 Answers  


what is the source code for sendRedirect method()java Servlet program?

1 Answers  


What would you use javascript for?

0 Answers  


Categories