{"ScriptPreparationCode":null,"TestCases":[{"Name":"isShallowEqual","Code":"const a = [\u0027a\u0027, \u0027b\u0027, \u0027c\u0027, \u0027d\u0027, \u0027e\u0027];\r\nconst b = [\u0027a\u0027, \u0027b\u0027, \u0027c\u0027, \u0027d\u0027, \u0027e\u0027];\r\n\r\nfunction isShallowEqual(a, b){\r\n for(let i=0; i\u003Ca.length; i\u002B\u002B){\r\n if(a[i]!==b[i]){\r\n return false;\r\n }\r\n }\r\n return true;\r\n}\r\n","IsDeferred":false},{"Name":"JSON.stringify","Code":"const a = [\u0027a\u0027, \u0027b\u0027, \u0027c\u0027, \u0027d\u0027, \u0027e\u0027];\r\nconst b = [\u0027a\u0027, \u0027b\u0027, \u0027c\u0027, \u0027d\u0027, \u0027e\u0027];\r\n\r\nJSON.stringify(a) === JSON.stringify(b);\r\n","IsDeferred":false}]}