Live data from Hacker News

Viewing profile — unstable

unstable

HN member
Joined
Tue, Jun 25, 2024, 12:16 PM UTC
HN karma
3
Public activity
4 items

About unstable

No profile information was provided.

Recent public activity

  1. comment
    Comment #41285956

    Accepting NaN as a number can potentially crash your app, that's why I reject it in isNumber. I only tried to highlight some edge cases that I personally don't like to spend energy…

  2. comment
    Comment #41285816

    > You can write isNumber(foo) instead of typeof foo === "number". Indeed you can, but it depends what isNumber does. This is more like what it should do IMO: function isNumber( foo…

  3. comment
    Comment #40903516

    > while the whole thing should be on the editor's side. This. I'd prefer using my own preferences instead of using a dumb formatter like prettier. Who cares some other dev in your …

  4. comment
    Comment #40787576

    Thanks for the links, awesome!