Viewing profile — voxtex
voxtex
HN member- Joined
- Tue, Mar 16, 2010, 3:57 AM UTC
- HN karma
- 3
- Public activity
- 3 items
- HN profile
- View on Hacker News ↗
About voxtex
No profile information was provided.
Recent public activity
-
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…
-
comment
Comment #7816509
' + alert() + ' worked for me.
-
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…