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