Follow along with the video below to see how to install our site as a web app on your home screen.
Not: This feature may not be available in some browsers.
const fs = require('fs');
fs.writeFile('dosya.txt', 'yazıılar', function (err, data) {
if (err) throw err;
console.log('Veri başarıyla yazıldı.');
});
yaptım fakat yazıılar diye yazı yazdı programın oluşturduğu kodları yazmadı ??