220-1002 · Question #220
Which of the following types of scripts would be seen on the user end of a web page?
The correct answer is B. .js. JavaScript (.js) is the standard client-side scripting language that runs directly in the user's web browser. .bat files are Windows batch scripts that run locally on a machine's command line, .sh files are Unix/Linux shell scripts, and .vbs (VBScript) files are legacy…
Question
Which of the following types of scripts would be seen on the user end of a web page?
Options
- A.bat
- B.js
- C.sh
- D.vbs
How the community answered
(22 responses)- A5% (1)
- B91% (20)
- D5% (1)
Explanation
JavaScript (.js) is the standard client-side scripting language that runs directly in the user's web browser. .bat files are Windows batch scripts that run locally on a machine's command line, .sh files are Unix/Linux shell scripts, and .vbs (VBScript) files are legacy Microsoft scripts that run outside the browser context. Only .js executes on the client (user) side of a web page in all modern browsers.
Topics
Community Discussion
No community discussion yet for this question.