๐พarr.isEmpty
// ๐ธ arr.isEmpty
Object.defineProperty(Array.prototype, 'isEmpty', {
get() { return this.length === 0 },
});Last updated
// ๐ธ arr.isEmpty
Object.defineProperty(Array.prototype, 'isEmpty', {
get() { return this.length === 0 },
});Last updated