Posts by Ravi Mughal • 21 points
1 post
-
2
votes1
answer102
viewsQ: How to request user input in Node.js?
I’m having trouble using the function prompt on Node.js. I intend to receive the value a user wants for verification and resolution of my code. But, when running the code, I get this error:…