Back-end-Engineer * back-end-javascript with node * user input/output

You must select a tag to post in this category. Please find the tag relating to the section of the course you are on E.g. loops, learn-compatibility

When you ask a question, don’t forget to include a link to the exercise or project you’re dealing with!

If you want to have the best chances of getting a useful answer quickly, make sure you follow our guidelines about how to ask a good question. That way you’ll be helping everyone – helping people to answer your question and helping others who are stuck to find the question and answer!
https://www.codecademy.com/paths/back-end-engineer-career-path/tracks/wdcp-22-basics-of-back-end-development/modules/wdcp-22-back-end-javascript-with-node-js/lessons/node-js-essentials/exercises/user-input-output:slight_smile:
My question is: If process.stdin is an EventEmitter, why isn’t there a coupling of process.stdin.on and process.stdin.emit as previously demonstrated in the lesson previous to this on. My undserstanding is that .on and .emit operate together. If someone could enlighten me that would be great. Thank you.