JavaScript can interact very well with the server also. Using Ajax we can send and receive xml requests too. So Why it is known as Client Side Scripting Language and not Server Side?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Because for historic reasons javascript was first created to run in a web browser and web browsers usually run on the client. Today there are frameworks like node.js which allow for running javascript on the server.
Yes, those requests are sent from the client.