Guest User

Untitled

a guest
Apr 7th, 2015
242
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. var f1 = function(f) {
  2.     if (typeof(f) != "function")
  3.         return;
  4.     console.log(f);
  5. }
  6.  
  7. for (var i = 1; i < 10; i++) {
  8.     var f = <абра-кадабра>;
  9.     f1(f);
  10. }
Advertisement
Add Comment
Please, Sign In to add comment