How to take input through javascripts and save it? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How to take input through javascripts and save it?

8th Jun 2017, 12:33 PM
paul
paul - avatar
2 Answers
+ 6
8th Jun 2017, 1:32 PM
Leon lit
Leon lit - avatar
+ 2
var x = prompt("What's your name?"); x will be the input of the user
8th Jun 2017, 12:35 PM
Maart
Maart - avatar