What is the main difference between Client side JavaScript
and and Server side Java Script?
Answer Posted / john
client side js is used for the client side validation where
as the server side js is used for the server side
validation.
| Is This Answer Correct ? | 6 Yes | 7 No |
Post New Answer View All Answers
What is Number object in JavaScript?
Write a main method that prompts the user to enter the starting population, birth and death rates, and the number of years. The input birth and death rates cannot be negative, the starting population cannot be less than 2, and the number of years greater than 0. If the user enters an invalid value, this program will prompt user to re-enter the value until a valid value has been read. When all input values are valid, call on the methods above to compute estimated population and print result.
how can i change colour of a image in aspx file?
Enumerate the differences between Java and JavaScript?
What is Associative Array? How do we use it?
What is the instanceof operator in JavaScript?
Do I need var in javascript?
Create a new javascript object with the keys of “fname” equal to your first name, “lname” equal to your last name, and “fcolors” equal to and array of 3 of your favorite colors. Assign this object to a variable called “me” and log it to the console.
What is the importance of javascript?
What is the difference of "settimeout" function and setinterval functions in javascript
What is the difference between rootscope and scope?
Which built-in method returns the calling string value converted to lower case?
What is the use of blur function?
Explain few difference between null, undefined or undeclared javascript variable?
What is the difference between java & javascript?