+ 3

How do you do the alert box on the playground? I'm kind of lost

10th Nov 2016, 11:58 PM
jesse
jesse - avatar
5 odpowiedzi
+ 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......
11th Nov 2016, 12:36 AM
Alabi Oyewumi Emmanuel
Alabi Oyewumi Emmanuel - avatar
+ 1
alert("hellow world!");
27th Nov 2016, 8:59 PM
Bangla Tutorials
Bangla Tutorials - avatar
+ 1
alert("hello javascript");
1st Dec 2016, 9:27 AM
Harshita Jaiswal
0
ohh thank you so much
11th Nov 2016, 12:37 AM
jesse
jesse - avatar
0
In your java script file add the following syntax: alert("Your message here between inverted quotes");
3rd Jan 2017, 9:46 AM
MISHRI PATEL
MISHRI PATEL - avatar