Live data from Hacker News

Viewing profile — askmrsinh

askmrsinh

HN member
Joined
Mon, Sep 13, 2021, 11:15 AM UTC
HN karma
2
Public activity
2 items

About askmrsinh

No profile information was provided.

Recent public activity

  1. comment
    Comment #45768612

    Constants are useful for reasoning about code, but anyone who focuses only on making everything an immutable is missing the point. The main goal should be achieving referential tra…

  2. comment
    Comment #45768515

    Why not do: const y = x ? true : false;