Interview Question in Javascript


 

Interview Question :: Is a javascript script faster than an ASP script?

 Is a javascript script faster than an ASP script?

by ksk
VoteNowAnswers to "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..
by ksk