javascript messageenger code example
Example 1: javascript newline in alert
alert("Well I'm line 1 \nAnd I am a new line "); //new line in alert box
Example 2: alert in js returb value or not
Alert in JS doesn't return anything -- it just Displays Message