0

What is the code in js to take input

how to take the value of a variable as input in JavaScript

14th Sep 2018, 4:53 PM
Sudhanshu Sharma
Sudhanshu Sharma - avatar
1 Answer
+ 9
prompt () is used for user input in js. You can see how to use prompt here. https://code.sololearn.com/Wf74WD12dIu5/?ref=app
14th Sep 2018, 5:39 PM
Mitali
Mitali - avatar