js add alert code example
Example 1: how to make an alert on a page
go to inspect element, go to console. type in
alert("text")
Example 2: alert jquery
alert("Hello! I am an alert box!!");
go to inspect element, go to console. type in
alert("text")
alert("Hello! I am an alert box!!");