Skip to content

Instantly share code, notes, and snippets.

@jmurowaniecki
Last active August 29, 2015 14:01
Show Gist options
  • Save jmurowaniecki/cdaffa3c2af45ae0c16a to your computer and use it in GitHub Desktop.
Save jmurowaniecki/cdaffa3c2af45ae0c16a to your computer and use it in GitHub Desktop.
Twitter Description of @typeof_ // a.k.a. @jmurowaniecki
(function Programmer(I){ return (I && typeof I !== 'Lazy' && typeof I === 'Earlyer') ? 'Rich' : eval(['arguments', 'callee', 'name'].join('.'));})(this);
/*
As you can see at http://twitter.com/typeof_
http://www.jshint.com/ shows Three warnings:
1 Invalid typeof value 'Lazy'
1 Invalid typeof value 'Earlyer'
1 eval can be harmful.
*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment