JS โฉ object โฉ built-in โฉ Array โฉ custom properties โฉ .isEmpty
// ๐ธ arr.isEmpty Object.defineProperty(Array.prototype, 'isEmpty', { get() { return this.length === 0 }, });
Object.defineProperty()
Google Apps Script app helpers.
Last updated 2 years ago