AHAbdelmajid HAMDANIinabdel1.hashnode.dev·Dec 29, 2021 · 5 min readRecreating lodash partition methodLodash _.partition function splits an array into two groups one filled with the items fullfiling the provided condition, and the other group is filled with the items that don’t. The goal of this blog article is to duplicate the partition method, but...00