{"ScriptPreparationCode":null,"TestCases":[{"Name":"array find","Code":"var a = [\u0027hello\u0027, \u0027a\u0027, \u0027bc\u0027];\r\nvar b = a.find(item =\u003E item === \u0027bc\u0027);","IsDeferred":false},{"Name":"array some","Code":"var a = [\u0027hello\u0027, \u0027a\u0027, \u0027bc\u0027];\r\nvar b;\r\nfor (const item of a) {\r\n \tif (item === \u0027bc\u0027) {\r\n \tb = item;\r\n break;\r\n }\r\n}","IsDeferred":false}]}