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

where we use javascript and for which purpose we use
javascript how?

Answer Posted / maruti

.javascript is a client side script is used in web devlopment for using reduce burdan of server
.it is used to handel clients intraction and validation
it is an object based Programming lang.
its support Reusability code seperation and dynamic Allocation

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why do we need currying?

860


How to achieve inheritance in javascript?

970


What is npm javascript?

942


What is the difference between registerclientscriptblock and registerstartupscript?

893


What is asynchronous javascript?

916


What does the isNaN() function?

958


How much does a javascript developer make?

918


What does break and continue statements do in javascript?

930


Is array a data type in javascript?

910


What is the purpose of local variables?

951


What are the advantages of javascript?

875


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

3331


Is notepad ++ an ide?

875


What is the scope variable in javascript?

1016


How to hide javascript code from old browsers that dont run it?

1010