There are no tracking or monitoring cookies on this site. There are only cookies used for documentation examples related to cookies.
Close

Processing...
This may take a few seconds.

alert

Syntax

alert: (message) [every (time)] [after (time)][, (message)...];

message = A string you want to display in the alert dialog.

It is a direct reference to the window.alert() JavaScript function, but only allows a string parameter.

For more information on the alert dialog, see here:

https://developer.mozilla.org/en-US/docs/Web/API/Window/alert

alert