how to show an alert in javascript code example
Example 1: simple alert program in javascript
alert("this is the alert")
Example 2: how to make an alert on a page
go to inspect element, go to console. type in
alert("text")
Example 3: alert jquery
alert("Hello! I am an alert box!!");