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 to run java script program

Answer Posted / pritam

Java script programs can not be run directly.
Java script codes are embedded with HTML,PHP OR ASP where
these code run with program.

Is This Answer Correct ?    4 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is javascript a dynamic language?

865


What do you mean by ide?

766


Which keywords are used to handle exceptions?

910


What is use of settimeout function in javascript?

1007


How do I turn on javascript in google chrome?

940


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


How can you read properties of an Object in JavaScript?

893


Explain how to write class methods vs. Instance methods.

929


How can you do a character count in javascript?

877


What does two exclamation marks mean in javascript?

886


What does three dots mean in texting?

882


What is the difference between firstChild and firstElementChild?

1012


If 2 methods have same name and same number of parameters, which one will be executed first?

867


What are disadvantages of using javascript?

1021


What is bom?

853