Javascript Object empty()
empty()
// Empty (object) // -------------- Object.prototype.empty = function() { return Object.keys(this).length <= 0; }