Live data from Hacker News

Viewing profile — jcrowe206

jcrowe206

HN member
Joined
Tue, Jan 20, 2015, 7:43 PM UTC
HN karma
2
Public activity
2 items

About jcrowe206

No profile information was provided.

Recent public activity

  1. comment
    Comment #8919219

    fourth solution would be naming the function with the iterator (as in my example below) and calling indexOf(iterator) when the function is invoked

  2. comment
    Comment #8919015

    Here's another one. Probably not very performant function foo(count) { var ret = [] for (var i=0; i