const fs = require('fs'); let content = fs.readFileSync('c:/laragon/www/webtugas/01/index.html', 'utf8'); // Function to remove a block of text function removeBlock(regex) { content = content.replace(regex, ''); } // 1. Remove UI add buttons removeBlock(/