Last updated 2 years ago
Was this helpful?
โฉ โฉ โฉ โฉ โฉ .isEmpty
// ๐ธ arr.isEmpty Object.defineProperty(Array.prototype, 'isEmpty', { get() { return this.length === 0 }, });
Google Apps Script app helpers.