Hacker News new | ask | show | jobs
by lowboy 4998 days ago
Let's not run an extra let statement if we don't have to!

    if (== != === || == !== ===)
      let == = ===;
1 comments

Shouldn't that be var to get the right scope?