{"ScriptPreparationCode":"window.foo = [\u0027cat\u0027, \u0027dog\u0027, \u0027bird\u0027];\r\nwindow.bar = [\u0027cat\u0027, \u0027dog\u0027, \u0027bird\u0027];\r\n\r\nwindow.strcompare = (a, b) =\u003E\r\n a.join() === b.join();\r\n\r\nwindow.equals = (a, b) =\u003E\r\n a.length === b.length \u0026\u0026\r\n a.every((v, i) =\u003E v === b[i]);","TestCases":[{"Name":"equals","Code":"window.equals(window.foo, window.bar)","IsDeferred":false},{"Name":"strcompare","Code":"window.strcompare(window.foo, window.bar)","IsDeferred":false}]}