1.

Which method appends specified content to a file.

A. fs.appendFile()
B. fs.open()
C. fs.writeFile()
D. None of the above
Answer» B. fs.open()


Discussion

No Comment Found