What client side programming?

1 answer

Answer

1161927

2026-07-10 01:55

+ Follow

JavaScript
JavaScript

As far as web programming is concerned, client side programming is code that runs in the web browser, rather than the web server. JavaScript is an example of client side scripting because the code is sent to the browser, at which point it is executed. PHP is an example of server side scripting because the code is executed on the server, and the resulting code is sent to the browser and displayed.

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.