whether javascript runs on client side or server-side?
Answers were Sorted based on User's Feedback
Answer / pks
javascript is run on client side.doing client side validation.
| Is This Answer Correct ? | 0 Yes | 0 No |
Is there automatic type conversion in JavaScript?
Describe the properties of an anonymous function in JavaScript?
What is difference between module.exports and export?
What are javascript closures?
Why are callbacks used?
How to define a named function in JavScript?
Which built-in method reverses the order of the elements of an array?
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.
Which operator is used to assign a value to a variable?
Can array in javascript be extended?
what difference between args.length and args.length() in command line argument?
What is the relationship between JavaScript and ECMAScript?