You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found the instructions hard to follow for this exercise. I think they could do with a wholesale re-write but at the very least make the challenge section more explicit. Rough draft of revised language below that I find much clearer:
"Implement a writable stream. The input contents should be taken from stdin and the output should be written to the console with syntax: "'writing: "".
Hint: pipe can be directed from stdin to the writable stream once the stream setup.
The text was updated successfully, but these errors were encountered:
I found the instructions hard to follow for this exercise. I think they could do with a wholesale re-write but at the very least make the challenge section more explicit. Rough draft of revised language below that I find much clearer:
"Implement a writable stream. The input contents should be taken from stdin and the output should be written to the console with syntax: "'writing: "".
Hint: pipe can be directed from stdin to the writable stream once the stream setup.
The text was updated successfully, but these errors were encountered: