Web Dev Module 2 > 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?
They can use both