DEVFYI - Developer Resource - FYI

Is a javascript script faster than an ASP script?

JavaScript Interview Questions and Answers


(Continued from previous question...)

30. Is a javascript script faster than an ASP script?

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..

(Continued on next question...)

Other Interview Questions