What is a common use case for the prompt() function in JavaScript?
prompt()
Automatically filling forms based on user preferences.
Collecting user feedback without needing a form.
Displaying user agreements or terms of service.
Showing the current time and date to the user.