You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
351 B

## verydisco-forever
### Instructions
3 years ago
Create a `verydisco-forever.mjs` script that does exactly the same as you `verydisco` script, but writes 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)