👔Array extension
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
JS ⟩ value ⟩ object⟩ built-in ⟩ Array ⟩ extension
add custom methods to Array.prototype.
replit ⟩ Array extension
// 2023.01.16 - 22:55 - (+) .maxIn()
// 2022.12.29 - 20:14 - (+) .removeDuplicates(), .union(), .isEmpty
// --------------------------------------------------------------------
const { floor, random } = Math;
// ⭐ Array extension
// --------------------------------------------------------------------
// 🔸 .isEmpty
// 🔸 .randomElement - random element
// 🔹 .removeDuplicates() - remove duplicate element (new copy)