Between JavaScript and an ASP script, which is faster?

Submitted by: Muhammad
JavaScript is faster. JavaScript is a client-side language and thus it does not need the assistance of the web server to execute. On the other hand, ASP is a server-side language and hence is always slower than JavaScript.
Submitted by: Muhammad

Read Online Expert Developer JavaScript Job Interview Questions And Answers