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
Answer / melbin
javascript can be used as server side scripting.
Is This Answer Correct ? | 8 Yes | 16 No |
Answer / jithesh.p
javascript can be used to write both clientside and server
side applications
Is This Answer Correct ? | 2 Yes | 14 No |
How to display Alert in JavaScript
What does === mean in js?
What is webassembly good for?
What are the scopes of a variable in javascript?
Which built-in method calls a function for each element in the array?
Name the datatypes of javascript?
How to create a cookie using javascript?
How to disable an html object ?
What is the difference between let and var?
What does the attribute defer/async do when added to the script tag?
What is the use of type of operator?
Write a JavaScript function which can take any number of strings as arguments and outputs them as a single concatenated string.