Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
const fs = require('fs');
fs.readFile('file.txt', callback);
console.log('done');
content of file.txt
content of file.txt done
done
done content of file.txt
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!