Hacker News new | ask | show | jobs
by v413 3559 days ago
Prior to ES5 undefined was overwritable that is why void 0 guaranteed to produce undefined. With ES5 and later using undefined directly is safe.