Direction: Choose the correct option
Q1.
Which module is used for file operations in Node.js?
Direction: Choose the correct option
Q2.
What is the difference between `fs.readFile()` and `fs.readFileSync()`?
Direction: Choose the correct option
Q3.
How do you include the `fs` module in your script?
Direction: Choose the correct option
Q4.
What does `fs.writeFile()` do?
Direction: Choose the correct option
Q5.
In `fs.readFile`, what does the callback function receive?
