<aside> ❗

자바스크립트의 라이브러리

</aside>

사전 준비

$ npm install lodash
import _ from 'lodash'

uniqBy()

_.uniqBy(user, B)

unionBy()

_.unionBy(A, B, C)

find()

const foundUser = _.find(A, {~~})