Javascript - window.alert() JAVASCRIPT

Javascript - window.alert()  

Javascript - window.alert()

JavaScript - window.alert()

You can use an alert box to display data:

Syntax:

window.alert(Your_Message);

Example

<!DOCTYPE html>
<html>
<body>

<h2>My First Web Page</h2>
<p>My first paragraph.</p>

<script>
window.alert('This is the alert example');
</script>

</body>
</html>

Download free E-book of JAVASCRIPT


#askProgrammers
Learn Programming for Free


Join Programmers Community on Telegram


Talk with Experienced Programmers


Just drop a message, we will solve your queries