why you used Java Script? Can it use for both client side
and server side validation purpose?
Answer Posted / backiasenthil
Mainly used for client side scripting purpose.JavaScript is
a platform-independent,event-driven, interpreted client-
side scripting and programming language.
javascript cannot be used as server side scripting.
| Is This Answer Correct ? | 26 Yes | 7 No |
Post New Answer View All Answers
What is Number object in JavaScript?
How would you compare two objects in JavaScript?
Which built-in method reverses the order of the elements of an array?
20 Functions of Selenium with description and Examples.
How to get the primitive value of a string in Javascript?
What is the difference between ‘function declaration’ and ‘function expression’?
Explain why "self" is needed instead of "this".
What is webassembly good for?
What are the javascript objects?
Difference Between JavaScript and ECMAScript?
What is console.time() and console.timeend()? What is its syntax, and why is it used?
List some design patterns in javascript?
How to redirect a page to another page in javascript?
How can you get the total number of arguments passed to a function?
How about 3+5+"8"?