How do I check if an array inside an array has a duplicate?
[[1,2],[3,4],[3,4]] //true [[1,2],[3,4],[5,6]] //false