COMPUTER NETWORKING

APPLICATION LAYER

CLIENT SERVER PARADIGM

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
JavaScript is a scripting language that runs on
A
Client
B
Server
C
k
D
None of the above
Explanation: 

Detailed explanation-1: -JavaScript is a client-side script, meaning the browser processes the code instead of the web server. Client-side scripts are commonly used when we want to validate data before sending it to the web server, adjusting the interface in response to user feedback, and for implementing other advanced features.

Detailed explanation-2: -Client-side scripting simply means running scripts, such as JavaScript, on the client device, usually within a browser. All kinds of scripts can run on the client side if they are written in JavaScript, because JavaScript is universally supported.

Detailed explanation-3: -JavaScript is a scripting language that typically runs on the client-side. This means it is executed on your computer rather than on the server like some other languages.

Detailed explanation-4: -JavaScript is a text-based programming language used both on the client-side and server-side that allows you to make web pages interactive. Where HTML and CSS are languages that give structure and style to web pages, JavaScript gives web pages interactive elements that engage a user.

There is 1 question to complete.