Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

There is absolutely no need to use `void 0` you can simply use `typeof` or create a local `undefined` var. Many libs do this in their IIFE `(function(undefined) { /* your code */ }());`. The point was there isn't a real world performance concern to justify using one over the other.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: