- 1
Some Function not working in js .
In my sololearn, promt() & alert() function is not working . What should i do ?
3 Antworten
+ 3
Abhay mishra
You are using Node JS and prompt() and alert() are not a function of Node JS
Remember Node JS and JS are little different
+ 1
Abhay mishra
Use readLines() function to get user input
Use console.log to print
0
Thanks A͢J { Challenge Accepted }
But what should i do now ?