Answers for "how to use an alert with input in javascript"

0

how to alert in javascript

alert("Message")
Posted by: Guest on September-10-2020
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 "how to use an alert with input in javascript"

Code answers related to "Javascript"

Browse Popular Code Answers by Language