When a user views a page containing a JavaScript program, which machine actually executes the script?
Answer options
A
True
B
False
Correct answer: True
Explanation
Client-side JavaScript is executed by the user's local machine (web browser), not the web server. This enables interactive functionality without requiring round-trips to the server.