How do I remove the repeated array which has the same values as the first array. Below is the array I have. Can anyone help me out on this.
I need to remove the repeated array which is second one and show only the 1st array.
JS:
arr = [ [10,20] , [10,20] ]