Hacker News new | ask | show | jobs
by masklinn 4010 days ago
`let` doesn't disappear `undefined` though.

    >> let a;
    >> a;
    undefined