Live data from Hacker News

Viewing profile — devman2

devman2

HN member
Joined
Fri, Jul 13, 2018, 12:34 PM UTC
HN karma
7
Public activity
2 items

About devman2

No profile information was provided.

Recent public activity

  1. comment
    Comment #17536897

    hmm, did a naive quick speed test. Man, this lib is extremely expensive... 500 times slower than doing the same comparison in vanilla JS const num= 74; ( (typeof num === 'number') …

  2. comment
    Comment #17522449

    Why Typescript and not just JS? Static typing for a dynamic language in a dynamic environment while using many npm libraries that can return anything unexpected? You'll need tons o…