Working with File System Streams

Medium
0.0% Acceptance

In this lab, you will be working with Node.js file system streams and buffers. You will be creating a readable stream from 'input.txt', a writable stream to the 'output.txt' file, and implementing the pipeline to pipe the readable stream to the writable stream.

You will be using the fs and path modules to achieve this task. Remember to use ES Modules (import and export) throughout the lab. Happy coding!