Live data from Hacker News

Viewing profile — zoz

zoz

HN member
Joined
Fri, Aug 05, 2011, 10:22 AM UTC
HN karma
6
Public activity
3 items

About zoz

No profile information was provided.

Recent public activity

  1. comment
    Comment #9838354

    I was a little confused by the constructor for Player in the class example. Wouldn't the following be more appropriate: constructor(x = 0, y = 0) { this.x = x; this.y = y; } (i.e. …

  2. comment
    Comment #7153299

    After many hours I failed to complete Level 4. How frustrating! But what a great experience. I think Stripe did a great job at building a programming challenge. By going through th…

  3. comment
    Comment #5632301

    I took Brian Harvey's SICP course, what I didn't realize until I read this article is that I was in the first class he taught in 1987. I remember helping a friend in the course. We…