when I use chrome, I can use prompt function like
let name = prompt('What's your name?');
but when I use atom editor which use node.js as a compiler(i'm not sure this is called 'compiler'), the prompt function doesn't work.
I already tried to install 'prompt for node.js' at NPM but it still doesn't work.
Please help me....