+ 3
How do you do the alert box on the playground? I'm kind of lost
5 Respuestas
+ 3
just type in your alert function followed by what u want to be displayed in quotes inside parentheses.......
format=>
alert ("hellolo");
remember to add a semicolon at the end of ur statements......
+ 1
alert("hellow world!");
+ 1
alert("hello javascript");
0
ohh thank you so much
0
In your java script file add the following syntax:
alert("Your message here between inverted quotes");