David, a beginner in web development trying to perform one particular operation using client side JavaScript. Choose the correct option(s) that he can't be done with client-side JavaScript?
Answer options
A
True
B
False
Correct answer: True
Explanation
Client-side JavaScript running in a browser cannot write files to the server filesystem, access OS-level resources, or directly modify server databases. These operations require server-side code.