LFZ Web Dev 08/22 Senior Side > node-fs-writefile > Flashcards
What method is available in the Node.js fs module for writing data to a file?
fs.writeFile(file, data[,options], callback)
Are file operations using the fs module synchronous or asynchronous?
depends on which method