Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Як створити новий файл в Node.js?
fs.writeFile('newFile.txt', content)
newFile.txt
fs.create('newFile.txt')
fs.createNewFile('newFile.txt')
createFile('newFile.txt')
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!