Guest User

Untitled

a guest
Mar 24th, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. <h2>JavaScript Alert</h2>
  2.  
  3. <button onclick="myFunction()">Try it</button>
  4.  
  5. <script>
  6. function myFunction() {
  7. alert("I am an alert box!");
  8. }
  9. </script>
Add Comment
Please, Sign In to add comment