HackerTrans
TopNewTrendsCommentsPastAskShowJobs

cribbles

no profile record

Submissions

The drivers of HRM's performance on ARC-AGI

arcprize.org
2 points·by cribbles·hace 11 meses·0 comments

Europe: Back to Domestic Growth [pdf]

cepr.org
1 points·by cribbles·hace 11 meses·0 comments

comments

cribbles
·hace 7 años·discuss
This code wouldn't execute properly, since arrow functions are scoped to the surrounding code block and cannot be rebound.

You would need to use `function` for this:

  function getFoo() {
    return this.foo;
  }