jcrowe206
No user record in our sample, but jcrowe206 has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
No user record in our sample, but jcrowe206 has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
fourth solution would be naming the function with the iterator (as in my example below) and calling indexOf(iterator) when the function is invoked
Here's another one. Probably not very performant function foo(count) { var ret = [] for (var i=0; i < count; i++) { ret [i] = function i() { return this.indexOf(i) } } return ret; }