Answers for "custom alert js"

13

how to make an alert in html

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

js alert format text

\b = Backspace 
\f = Form feed 
\n = New line 
\r = Carriage return 
\t = tab
Posted by: Guest on July-07-2020

Browse Popular Code Answers by Language