Multiple choice technology web technology

Javascript executes in?

  1. Server side

  2. Client side

  3. Both client and Server side

  4. DB Server

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

JavaScript traditionally executes on the client-side within the web browser. It runs in the user's browser environment, allowing for interactive features, form validation, DOM manipulation, and dynamic content updates without server interaction. While Node.js now enables server-side JavaScript, in the context of traditional web development fundamentals, JavaScript is primarily a client-side scripting language.