EN
JavaScript - alert
0 points
This article will show you how to use alerts in JavaScript.
The alert()
method displays an alert box with a message and an OK button.
xxxxxxxxxx
1
alert("Hello, World!");
On mobile (Android):

This article will show you how to use alerts in JavaScript.
The alert()
method displays an alert box with a message and an OK button.
xxxxxxxxxx
alert("Hello, World!");
On mobile (Android):