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 context in javascript?
If an array with name as "names" contain three elements, then how will you print the third element of this array?
wap to accept an int array frm the user and print the lucky nos.
Methods get and post in html forms - what's the difference?
Is javascript backend or frontend?
What is the difference between script type and the script language attributes?
In a java script, what is the difference between "==" and "===" operator?
What are data structures in javascript?
How to convert numbers to strings using javascript?
How to get value from dropdown (select) control?
What is local scope in javascript?
Is a parabola a function?
What is the function of javascript?
List few difference between primitive and non primitive javascript data types?
What are the string methods?