Hacker News new | ask | show | jobs
by no_wizard 1088 days ago
If you allow it I think most minifiers nowadays use `void 0` for undefined as it’s smaller.

Though I should try this, using a variable alias for undefined and null would maximize minification.