dom insert alert code example
Example 1: how to alert in javascript
alert("Message")
Example 2: how to make an alert on a page
go to inspect element, go to console. type in
alert("text")
alert("Message")
go to inspect element, go to console. type in
alert("text")