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?

Answer Posted / m_xyz

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

Is This Answer Correct ?    19 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is missing in my code? function numberTally(numList) { var evenTotal = 0; var oddTotal = 0; for (var i = 0; i <= numList.length; i++) { if i % 2 { // i is odd oddTotal += numList[i]; // or oddTotal = oddTotal + numList[i]; } else { // i is even evenTotal + numList[i]; } } alert(oddTotal); return evenTotal; }

3282


Is javascript server side or client side?

896


What Is The Disadvantages Using InnerHTML In JavaScript?

946


What is the use of anonymous function in javascript?

837


What javascript means?

870


Is it possible to do 301 redirects in javascript ?

845


What is javascript hoisting?

893


Why is javascript used for web pages?

866


How to achieve inheritance in javascript?

924


What is prototype in javascript and how do you use it?

870


Why is currying called currying?

811


What is variables in javascript?

897


What is difference between array.splice() and array.slice() method in javascript?

948


How will you create new object in javascript?

981


Can you put javascript in html?

828