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
Why do we need currying?
How to achieve inheritance in javascript?
What is npm javascript?
What is the difference between registerclientscriptblock and registerstartupscript?
What is asynchronous javascript?
What does the isNaN() function?
How much does a javascript developer make?
What does break and continue statements do in javascript?
Is array a data type in javascript?
What is the purpose of local variables?
What are the advantages of javascript?
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; }
Is notepad ++ an ide?
What is the scope variable in javascript?
How to hide javascript code from old browsers that dont run it?