Answers for "a function that gives an alert in js"

13

how to make an alert in html

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

simple alert program in javascript

alert("this is the alert")
Posted by: Guest on May-25-2020

Code answers related to "a function that gives an alert in js"

Browse Popular Code Answers by Language