javascript alert box and then show the website code example
Example 1: simple alert program in javascript
alert("this is the alert")
Example 2: how to alert in javascript
alert("Message")
alert("this is the alert")
alert("Message")