In case we want to alert the user with some information, alert
method/function can be used.
<script> alert("I am alert."); </script>
Above code snippet shall give “I am alert” alert to the user as displayed in the picture below.
Output
If you want alert messages to display in multiple line, you can separate the messages with “\n”.
Views: 5046 | Post Order: 4