why you used Java Script? Can it use for both client side
and server side validation purpose?
Answer Posted / dev
Javascript (ECMA script) when executed in the browser context makes it client side, if you are using it for creating API's etc with nodeJS you get to use it on the server side
please refer to https://nodejs.org/ on how you would use it on the server side.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is jscript used for?
What is the purpose of local variables?
Explain unescape() and escape() in javascript?
What is "strict mode" and how is it used in JavaScript?
What is the use of a weakmap object in javascript?
How to convert json object to string?
How is it possible to get the total number of arguments that are passed to a function?
What are javascript closures?when would you use them?
what is flux in javascript?
what is the difference between let, var, and const?
To put a "close window" link on a page ?
What does question mark mean in react?
What is array constructor in javascript?
What is the role of a strict mode in javascript?
What is null javascript?