javascript message code example
Example 1: javascript alert
alert(varible);
Example 2: alert in js returb value or not
Alert in JS doesn't return anything -- it just Displays Message
alert(varible);
Alert in JS doesn't return anything -- it just Displays Message