{"ScriptPreparationCode":null,"TestCases":[{"Name":"Index Of","Code":"var a = [\u0027hello\u0027, \u0027a\u0027, \u0027bc\u0027, \u0027helloa\u0027];\r\nvar b = a.indexOf(\u0027helloa\u0027);","IsDeferred":false},{"Name":"Find","Code":"var a = [\u0027hello\u0027, \u0027a\u0027, \u0027bc\u0027, \u0027helloa\u0027];\r\nvar b = a.find((item) =\u003E item === \u0027helloa\u0027);","IsDeferred":false}]}