What is the meaning of client side script? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What is the meaning of client side script?

27th Feb 2017, 4:28 PM
Ruthwik
Ruthwik - avatar
3 Answers
+ 3
an example of client side scripting is a javaScript running in your browser: it doesn't affect the server.
27th Feb 2017, 4:40 PM
seamiki
seamiki - avatar
+ 1
client side scripts are ones that process in the browser for example and don't require a call back to the server to process data. basically if you can view the source in the browser it's client side. JavaScript being the best example, the code is all visible
27th Feb 2017, 4:46 PM
Aaron Gibson
Aaron Gibson - avatar
0
so whatever script is on my browser it doesn't effect the server even if the server has different script
27th Feb 2017, 4:44 PM
Ruthwik
Ruthwik - avatar