Is a javascript script faster than an asp script?
Answer / Gautam Kishor
JavaScript runs in the client browser, while ASP (Active Server Pages) runs on the server. JavaScript can be faster for interactive user interfaces because it reduces round-trip times to the server, but ASP is generally faster for server-side processing.
| Is This Answer Correct ? | 0 Yes | 0 No |
Why do we need javascript?
How to get value of an element by class in javascript ?
What is undefined in math?
Explain what is pop()method in JavaScript?
Is javascript free to use?
What is the use of a set object in javascript?
What is npm repository?
What is the requirement of debugging in javascript?
What does polyfill mean?
How to get inner html of an element in javascript?
<script type="text/javascript"> function dispValue(e) { v = function (s) { return e.name + ': ' + s } if (e.type == "") return v(e.checked ? "" : ""); else return v(e.value); }
how to activate and deactivate the constraint with all the default values