[–] [dead] chubbyheckler 14y ago ↗ anyone can write garbage into one line - this shit makes it hell for others after you.
[–] portmanteaufu 14y ago ↗ I don't consider something like:function is_empty(obj){if(obj instanceof Array){return obj.length===0;}else if(obj instanceof Object){for(var i in obj)return false;return true;}else return !obj;to be a one-liner simply because it was crammed into one line.
3 comments
[ 2.7 ms ] story [ 13.6 ms ] threadfunction is_empty(obj){if(obj instanceof Array){return obj.length===0;}else if(obj instanceof Object){for(var i in obj)return false;return true;}else return !obj;
to be a one-liner simply because it was crammed into one line.