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 does "1"+2+3 evaluate to?
How do browsers work?
What is an Event Bubbling in Javascript?
What is shift() method in javascript?
How to handle event handlers?
Explain how can you submit a form using JavaScript?
Mention what is the disadvantage of using innerhtml in javascript?
What is null javascript?
How we can get the value of an element using javascript?
what is lazy fetching in hibernate
What javascript means?
Explain why asynchronous code is important in javascript?
what is flux in javascript?
How to count the number of element in an array using javascript?
what is the difference between let, var, and const?