JN Raju
0
Q:

how to make an alert on a page


 alert("Hello! I am an alert box!!");

 
21
<script>
  alert('this is an alert');
</script>
8
alert("string");
6
go to inspect element, go to console. type in 
alert("text")
0

New to Communities?

Join the community