SyntaxFix
Write A Post
Hire A Developer
Questions
function isEmpty(obj) { for(var i in obj) { return false; } return true; }