Answers for "javascrip alert"

3

js alert

// Alert used to display a message to the user.
alert("Hello, World!"); // Displays Hello, World! to the user.
// You can also use:
window.alert("Hello, World!"); // Also displays Hello, World! to the user.
Posted by: Guest on August-10-2021
4

js alert

alert("Hello! I am an alert box!!");
Posted by: Guest on April-03-2020
0

java script alert

alert("This is an alert !");
Posted by: Guest on April-30-2021
0

how to make an alert on a page

go to inspect element, go to console. type in 
alert("text")
Posted by: Guest on June-18-2020

Browse Popular Code Answers by Language