Multiple choice asp

JavaScript is which?

  1. Client-side executable code (executes at the browser level)

  2. Server side executable code (runs at the server only)

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

JavaScript is primarily a client-side scripting language, meaning the code is sent to the user's web browser and executed there. While environments like Node.js exist for server-side execution, the fundamental definition in web development is client-side execution.