Which of the following functions do you use to get input from the user in JavaScript?

1 answer

In JavaScript, you can use the `prompt()` function to get input from the user.