UNPKG

@s-awaken/lotide

Version:

Syrym's project for Lighthouse Labs Bootcamp

6 lines (4 loc) 118 B
const flatten = function(array) { return array.reduce((acc, x) => acc.concat(x), []); }; module.exports = flatten;