Advertisement
Guest User

Untitled

a guest
May 23rd, 2019
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. <html>
  2. <body>
  3. <script>
  4. asdf = "This" + "works!";
  5. document.write(asdf);
  6. </script>
  7. </body>
  8. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement