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.
Practical example
// ONLINE-RUNNER:browser;
alert("Hello, World!");
On mobile (Android):