I have a JS script for Node that accepts piped data and sets it to a variable. I already did that part.
However, I'd like to have the Node command prompt stay open so I can experiment/"play with" different types of piped data before I made any future scripts, etc.
Is there any way keep a generic Node prompt open after a script has run?