w3schools javascript alert example
Example 1: how to make an alert in html
<script>
alert('this is an alert');
</script>
Example 2: alert in js returb value or not
Alert in JS doesn't return anything -- it just Displays Message
Example 3: alert jquery
alert("Hello! I am an alert box!!");