Answers for "3 types of alert in javascript"

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
0

How many different types of JS alerts do we have?

3 types of JS Alerts
            - Information : You can only accept.
            - Confirmation: You can accept or decline.
            - Prompt    : You can accept, decline, and/or sendKeys.
Posted by: Guest on December-04-2020

Code answers related to "Javascript"

Browse Popular Code Answers by Language