How to take input through javascripts and save it? | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
+ 1

How to take input through javascripts and save it?

8th Jun 2017, 12:33 PM
paul
paul - avatar
2 Réponses
+ 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