Answers for "how to write alert methods"

13

how to make an alert in html

<script>
  alert('this is an alert');
</script>
Posted by: Guest on May-06-2020
4

js alert

alert("Hello! I am an alert box!!");
Posted by: Guest on April-03-2020

Code answers related to "how to write alert methods"

Browse Popular Code Answers by Language