Computer Science, asked by vanshkoundal00318, 4 months ago

java script is a server side scripting language ? TRUE or FALSE​

Answers

Answered by DiaJaam
3

Answer:

JavaScript is a client-side scripting language, which means the source code is processed by the client's web browser rather than on the web server.

Answered by dreamrob
0

JavaScript is a server-side scripting language. This statement is true.

  • The server-side scripting languages are those languages that are executed by browsers, not by the server.
  • JavaScript is a server-side scripting language as it is part of the browser and does not require any server to execute it.
  • It runs on the browser so it is widely used to create responsive web pages as there is no need to HTTP requests again and again.
  • Nowadays, most of the websites are built with JavaScript to improve performance and create dynamic websites.
Similar questions