{"ScriptPreparationCode":null,"TestCases":[{"Name":"emptyArray","Code":"const emptyArray = []\r\nemptyArray.forEach(() =\u003E console.log(\u0027should not see this\u0027))","IsDeferred":false},{"Name":"undefined Array","Code":"const nonExistentArray = undefined\r\nif (nonExistentArray) {\r\n nonExistentArray.forEach(() =\u003E console.log(\u0027should not see this\u0027))\r\n}","IsDeferred":false}]}