why you used Java Script? Can it use for both client side
and server side validation purpose?
Answer Posted / raghu
Java script is used for client side validations.it runs in
the client system.the main advantage of using Java script is
to reduce the network traffic.for example when we r logging
into our e-mail unexpectedly we have submitted with out
writing our password,then it need not got to server and
check for validation and say u did' t typed u r password.for
that type of validations we use Java script.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
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; }
What are the new ways to define a variable in Javascript?
Name some of the built-in methods and the values returned by them.
java pgme for class members hours:minutes:seconds then the constructor expects milliseconds as assignment and initialize data members the members function print hh:mm:ss 90,000 milliseconds passed in constructor then the output is 00:01:30
Which company developed JavaScript?
Explain the difference between call() and apply()?
Explain prototypal/differential inheritance?
Name some of the ways in which Type Conversion is possible?
What is meant by object oriented programming?
What is difference between local variable and global?
What is the best ide for javascript development?
What is asynchronous javascript?
What is the prototype object in javascript and how it is used?
What are the Advantages and Disadvantages of JavaScript?
What is the most popular javascript library?