BearCola
5/18/2019 - 11:37 PM

중첩된 array 펼치기 (flat) - javascript

    const allColors = this.props.palettes.map(p => p.colors);