Multiple choice

JavaScript is a ________ Side Scripting Language.

  1. Server

  2. Browser

  3. ISP

  4. None of the above

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

JavaScript was originally designed and is primarily used as a client-side (browser-side) scripting language. It runs directly within the user's web browser to manipulate the DOM and create interactive user interfaces.