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
Is javascript a dynamic language?
What do you mean by ide?
Which keywords are used to handle exceptions?
What is use of settimeout function in javascript?
How do I turn on javascript in google chrome?
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; }
How can you read properties of an Object in JavaScript?
Explain how to write class methods vs. Instance methods.
How can you do a character count in javascript?
What does two exclamation marks mean in javascript?
What does three dots mean in texting?
What is the difference between firstChild and firstElementChild?
If 2 methods have same name and same number of parameters, which one will be executed first?
What are disadvantages of using javascript?
What is bom?