Alert() :- To display alert message in the dialogue.
Example for alert
<html>
<head>
</head>
<body>
<script>
a =
10;
alert('Value of a is ' + a);
</script>
</body>
</html>
No comments:
Post a Comment