why you used Java Script? Can it use for both client side
and server side validation purpose?

Answers were Sorted based on User's Feedback



why you used Java Script? Can it use for both client side and server side validation purpose?..

Answer / melbin

javascript can be used as server side scripting.

Is This Answer Correct ?    8 Yes 16 No

why you used Java Script? Can it use for both client side and server side validation purpose?..

Answer / jithesh.p

javascript can be used to write both clientside and server
side applications

Is This Answer Correct ?    2 Yes 14 No

Post New Answer

More JavaScript Interview Questions

How do you extend classes Code snippet: const circle = { radius: 20, diameter() { return this.radius * 2; }, perimeter: () => 2 * Math.PI * this.radius };

1 Answers  


Is javascript hard to learn?

0 Answers  


e=1+x/!+x2/2!+x3/3!+.... in javascript

0 Answers  


How to select an element by id and swapping an image?

0 Answers  


What is the difference between sessionstate and viewstate?

0 Answers  






What is the data type of variables of in javascript?

0 Answers  


What javascript method would convert the string “20” to an integer (on the fly) so “20” + 20 = 40?

0 Answers  


What does three dots mean in texting?

0 Answers  


What do you understand by this keyword in javascript?

0 Answers  


What kind of conditional statements does JavaScript support?

0 Answers  


What is the difference between typeof and instanceof operators in Javascript?

0 Answers  


What is the use of the ‘this’ keyword?

0 Answers  


Categories