Advertisement
Guest User

Untitled

a guest
Sep 21st, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. function warn(warning) {
  2.  
  3. alert(warning);
  4. capturedAlert();
  5.  
  6. }
  7.  
  8. function capturedAlert() {
  9.  
  10. alert('An alert was called.');
  11.  
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement