Which of the following
alert()
statements return "Beware!"? <<
( )
alert(Beware!);
alert -> Beware!
alert();
alert("Beware!");
alertBeware();
||The syntax of the alert()
method is shown in the sample code above. ||
Which of the following
alert()
statements return "Beware!"? <<
( )
alert(Beware!);
alert -> Beware!
alert();
alert("Beware!");
alertBeware();
||The syntax of the alert()
method is shown in the sample code above. ||