{"ScriptPreparationCode":"var email = \u0027test@test.com\u0027;\r\nvar checks = [\u0027@abc.com\u0027, \u0027@def.com\u0027, \u0027test@test.com\u0027, \u0027abc@test.com\u0027];","TestCases":[{"Name":"some","Code":"checks.some((f) =\u003E (f.startsWith(\u0027@\u0027) \u0026\u0026 email.endsWith(f)) || f === email);","IsDeferred":false},{"Name":"for..of","Code":"for (const f of checks) {\r\n if ((f.startsWith(\u0027@\u0027) \u0026\u0026 email.endsWith(f)) || f === email) {\r\n break;\r\n }\r\n}","IsDeferred":false}]}