0 votes
in NodeJS Essentials by

Which of the following is used to handle file operations in Node.js?

A) fs

B) path

C) url

D) querystring

1 Answer

0 votes
by
Answer: A

Explanation: The fs module is used to handle file operations in Node.js.
...