browser alert code example
Example 1: alert in js returb value or not
Alert in JS doesn't return anything -- it just Displays Message
Example 2: how to make an alert on a page
go to inspect element, go to console. type in
alert("text")
Alert in JS doesn't return anything -- it just Displays Message
go to inspect element, go to console. type in
alert("text")