Upwork All skils Test Answers >> Upwork answers of Node.js >> Complete Node.js Quiz Answers
Question: Which of the following will copy a file in Node.js?
The Answer of this quiz is ' var fs = require('fs'); fs.createReadStream('test.file').pipe(fs.createWriteStream('newFile.file'));'
The Answer of this quiz is ' var fs = require('fs'); fs.createReadStream('test.file').pipe(fs.createWriteStream('newFile.file'));'
No comments:
Post a Comment