Answers for "alert with html javascript"

7

javascript alert

alert("string");
Posted by: Guest on May-30-2020
0

how to make an alert on a page

go to inspect element, go to console. type in 
alert("text")
Posted by: Guest on June-18-2020

Browse Popular Code Answers by Language