# ALERT

<PageBadges />

Shows an alert with a title and optional message.

## Example

```js
ALERT("Warning", "Check the form")
```

## Parameters

- title: string
- message: string (optional)

## Returns

Operation descriptor (used by clients).
