Advertisement
ahmed_1991

The set Timeout Method

Dec 29th, 2018
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. The set Timeout() Method
  2.  
  3. window.setTimeout(function, milliseconds);
  4. The window.setTimeout() method can be written without the window prefix.
  5.  
  6. The first parameter is a function to be executed.
  7.  
  8. The second parameter indicates the number of milliseconds before execution
  9.  
  10. Download File on Media Fire: http://dapalan.com/2hYy
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement