01Which built-in Node.js module is used to work with the file system?
02What is the standard way to import a module in Node.js using CommonJS?
03How do you export a function from a CommonJS module?
04What is the purpose of the 'path' built-in Node.js module?
05What is the key advantage of using fs/promises (async fs) over fs.readFileSync()?