checks that a and b are both arrays with the same elements, regardless of the order. It uses Lodash's isEqual
a
b
isEqual
checks that
a
andb
are both arrays with the same elements, regardless of the order. It uses Lodash'sisEqual