Live data from Hacker News

Viewing profile — voxtex

voxtex

HN member
Joined
Tue, Mar 16, 2010, 3:57 AM UTC
HN karma
3
Public activity
3 items

About voxtex

No profile information was provided.

Recent public activity

  1. comment
    Comment #9520172

    I've found using promises with generators yields code very similar to async/await, without relying on experimental features. https://github.com/tj/co or https://github.com/petkaant…

  2. comment
    Comment #7816509

    ' + alert() + ' worked for me.

  3. comment
    Comment #7751886

    Completely agree with you. Many of the tests don't do any kind of assertion, simply ensure that an exception isn't thrown on the invocation of a method. An interface defined in a s…