Advertisement
Guest User

Untitled

a guest
Mar 24th, 2014
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. var foo = function () {
  2.    for (var i = 0; i < myObject.thisIsAnArray.length; i++) {
  3.  
  4.    }
  5.  
  6.    anotherFunctions(myObject.thisIsAnArray.length);
  7.    yetAnotherFunctions(myObject.thisIsAnArray.length);
  8. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement