script alert javascript code example
Example 1: js alert
alert("Hello! I am an alert box!!");
Example 2: alert in js returb value or not
Alert in JS doesn't return anything -- it just Displays Message
alert("Hello! I am an alert box!!");
Alert in JS doesn't return anything -- it just Displays Message