Advertisement
Guest User

Untitled

a guest
Jan 24th, 2020
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. <script>
  2. function myFunction() {
  3. setTimeout(function(){ alert("Hello"); }, 3000);
  4. }
  5. window.stop();
  6. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement