ubah nama file di node.js

console.log("Creating a new file...")
fs.writeFileSync("rohan.txt", text);
Noorulain Fatima