javascript - window.prompt alternative

Re: javascript - window.prompt alternative

de Matteo Candita -
Número de respuestas: 0
Hi, I know this is a 5 year old thread, but thank you so much!

I think I managed to make it work and I think this is the simplest way to do this. I used a slightly different version, because I want my students to write prompt("..."), instead of window.prompt("..."). This is how i did it.

global.prompt = () => {{ TEST.stdin }}
{{ STUDENT_ANSWER }}

Thank you so much!