Guest User

Untitled

a guest
Jul 16th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. <html>
  2. <head>
  3. </head>
  4. <body>
  5. <script>
  6. document.write(typeof alert);
  7. document.write(typeof confirm);
  8. document.write(typeof prompt);
  9. </script>
  10. </body>
  11. </html>
Add Comment
Please, Sign In to add comment