Direction: Choose the correct option
Q1.
Which method asynchronously reads the entire contents of a file?
Direction: Choose the correct option
Q2.
If no encoding is specified in `fs.readFile()`, what is returned?
Direction: Choose the correct option
Q3.
How do you read a file line by line in Node.js?
Direction: Choose the correct option
Q4.
What happens if the file does not exist in `fs.readFile()`?
Direction: Choose the correct option
Q5.
Which flag would you use with `fs.open()` to read a file?
