Question: Is a Javascript script faster than an ASP script?Answer: Yes.Since Javascript is a client-side script it does require the web server's help for itscomputation,so it is always faster than any server-side script like ASP,PHP,etc.. |
Is it helpful?
Yes
No
Most helpful rated by users:
- What are JavaScript data types?
- What\'s relationship between JavaScript and ECMAScript?
- What does isNaN function do?
- How do you convert numbers between different bases in JavaScript?
- What is negative infinity?