Answers for "return value of alert() in javascript"

0

java script alert

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

giving alert in javascript

<!DOCTYPE html>
<html>
<body>

<h2>Biggnars platform</h2>

<script>
window.alert("My known programming languages are python,c# and java");
</script>

</body>
</html>
Posted by: Guest on July-16-2021

Code answers related to "return value of alert() in javascript"

Code answers related to "Javascript"

Browse Popular Code Answers by Language