Node-js-writefile Flashcards
1
Q
What method is available in the Node.js fs module for writing data to a file?
A
fs.writefile
2
Q
are file operations using fs synchronous or asynchronous?
A
asynchronous
LFZ > Node-js-writefile > Flashcards
What method is available in the Node.js fs module for writing data to a file?
fs.writefile
are file operations using fs synchronous or asynchronous?
asynchronous