## verydisco-forever ### Instructions Create a `verydisco-forever.mjs` script that does exactly the same as you verydisco script, but write the result in a `verydisco-forever.txt` file instead of printing it in the console. ### Notions - [Node file system: `writeFile`](https://nodejs.org/api/fs.html#fs_fspromises_writefile_file_data_options) - [Node path: `resolve`](https://nodejs.org/api/path.html#path_path_resolve_paths) - [Node path: `join`](https://nodejs.org/api/path.html#path_path_join_paths)