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