const fs = require("fs"); // fs.writeFileSync("./test.txt", "hllo there"); fs.writeFile("./test.txt", "hllo there", (err) => {})