Here's a screenshot of a file tree and HTML content:
Something is wrong with this code. Find the easiest solution to fix it so that our list is extended with one more movie title:
const { writeFileSync } = require('node:fs');
writeFileSync('list.html', '<p>Blade</p>');You need to rewrite the second line only.