CompTIA A+ Core 2 (220-1002) — Question 449
Which of the following types of scripts would be seen on the user end of a web page?
Answer options
- A. .bat
- B. .js
- C. .sh
- D. .vbs
Correct answer: B
Explanation
.js scripts are JavaScript files that run in the user's browser, making them essential for client-side functionality on web pages. The other options, such as .bat (batch files), .sh (shell scripts), and .vbs (Visual Basic scripts), are not typically executed in the browser environment, hence they do not apply to the user end of a web page.