We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
equal([1,2,3], [1,2,3]) -> true
equal([1,2,3], [3,2,1]) -> false
How to get the true from the second statement?