Posts by Henrique Douglas • 21 points
1 post
-
1
votes1
answer1428
viewsQ: Read user input without using the prompt function
The only way to assign value to a user variable in Javascript is by using the function prompt or is there any other? Because in Python, for example, we can do this: numero = int(input("Informe um…