Guest User

Untitled

a guest
Jul 18th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. <html>
  2. <head>
  3. </head>
  4. <body>
  5. <script>
  6. String.prototype.erik = function() {return "erik";};
  7. document.write("".erik());
  8. </script>
  9. </body>
  10. </html>
Add Comment
Please, Sign In to add comment