Node.js > FS WriteFile > Flashcards
What method is available in the node:fs module for writing data to a file?
writeFile
Are file operations using the fs module synchronous or asynchronous?
asynchronous