alert
Description
The alert of Prompts for JS displays a modal alert with the given message, and waits for the user to dismiss it.
Syntax
window.alert(message)
Parameters
message
A string to display in the prompt.
The alert of Prompts for JS displays a modal alert with the given message, and waits for the user to dismiss it.
window.alert(message)
A string to display in the prompt.