Basic JavaScript Question:

Is a JavaScript script faster than an ASP script?

JavaScript Interview Question
JavaScript Interview Question

Answer:

Yes. Since JavaScript is a client-side script it does require the web server's help for its
computation, so it is always faster than any server-side script like ASP, PHP, etc..


Previous QuestionNext Question
What does the "Access is Denied" IE error mean?Are Java and JavaScript the Same?