I want to get unique values from two different arrays.
Two arrays are as below in JavaScript:
I would like to do this operation with the help of associative array support in JavaScript.