Ad
  • Custom User Avatar

    If '1' and 1 should be treated as different elements, then shouldn't arraysSimilar([1, '1', 2], ['1', 1, 2]) return true? I think sort-based solutions will return false in that case. Would be nice if the description was more specific on this point. Edit: sort with the standard comparison function won't work, a custom one could.