Basic JavaScript Question:
Download Questions PDF

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 its
computation, so it is always faster than any server-side script like ASP, PHP, etc..

Download JavaScript Interview Questions And Answers PDF

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