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 emotional closure?
Explain arrow functions?
What is javascript ‘strict mode’?
Is there any ide for javascript?
What are local variables in javascript?
Which is the best website to learn javascript?
What is undefined x 1 in JavaScript?
How do I unblock javascript in chrome?
How to redirect a page to another page in javascript?
What is the difference between an Anonymous Function and a named function?
Is javascript default scripting language?
What happens when the recursion calling is applied on two functions?
What's the Difference Between Class and Prototypal Inheritance?
What are the advantages of using external javascript?
Is there any class in javascript?