Corrected Lodash _.union vs native Set() (version: 0)
The original does not correctly create the Set object from two arrays.
Added alternate tests for using the Array functions, just in case they differ from spreading.
Comparing performance of: _.union vs Set() vs Set() using array spread vs Set() convert back to array vs Set() convert back to array using array spread