how to run java script program



how to run java script program..

Answer / 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

More JavaScript Interview Questions

What is called variable typing in javascript?

0 Answers  


What does window.print() do in Javascript?

0 Answers  


how to validate the date(dd/mm/yyyy)using regular expression in javascript? It should also satisfy the leap year feb 29 problem. Please help me.

1 Answers  


what is the extension of java script.

1 Answers  


What is new keyword in javascript?

0 Answers  






How do you clear an array in javascript?

0 Answers  


When selecting the states by giving the country as input using ajax cal, how can we ensure that every time it is hitting the DB and fetching the data? Many time it may load from the cache.

1 Answers   CTS, GE,


How do you declare javascript?

0 Answers  


How do you assign object properties?

3 Answers   Satyam,


What do you understand by this keyword in javascript?

0 Answers  


How to validate email in javascript?

0 Answers  


Write a main method that prompts the user to enter the starting population, birth and death rates, and the number of years. The input birth and death rates cannot be negative, the starting population cannot be less than 2, and the number of years greater than 0. If the user enters an invalid value, this program will prompt user to re-enter the value until a valid value has been read. When all input values are valid, call on the methods above to compute estimated population and print result.

0 Answers   Wipro,


Categories