Viewing profile — unstable
unstable
HN member- Joined
- Tue, Jun 25, 2024, 12:16 PM UTC
- HN karma
- 3
- Public activity
- 4 items
- HN profile
- View on Hacker News ↗
About unstable
No profile information was provided.
Recent public activity
-
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…
-
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…
-
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 …
-
comment
Comment #40787576
Thanks for the links, awesome!