Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

3
  • what about [3, 2, 1].toString() == [1, 2, 3].toString() Commented Mar 26, 2020 at 15:47
  • @Reza that would not work, those are different aways unless sorted Commented Mar 20, 2021 at 11:59
  • 1
    @KevinDanikowski yes, that was exactly my point, I meant this answer doesn't work for the case I meantioned Commented Mar 21, 2021 at 0:44