3 comments

[ 2.7 ms ] story [ 13.6 ms ] thread
anyone can write garbage into one line - this shit makes it hell for others after you.
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.