Hacker Newsnew | past | comments | ask | show | jobs | submit | Soldier-B's commentslogin

  function foo(a){
    return Array.apply(0, new Array(a)).map(function(_, b){
      return Number.bind(null, b)
    });
  }


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: