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

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