Coding Bootcamp LFZ > node-fs-writefile > Flashcards
What method is available in the Node.js fs module for writing data to a file?
writeFile() method
Are file operations using the fs module synchronous or asynchronous?
Asynchronous (there are synchronous versions but they should not be used)