{"ScriptPreparationCode":null,"TestCases":[{"Name":"Array for-of","Code":"let total = 0;\r\nfor(const item of array){\r\n\ttotal \u002B= item[1];\r\n}","IsDeferred":false},{"Name":"Map for-of","Code":"let total = 0;\r\nfor (const [key, value] of map) {\r\n\ttotal \u002B= value;\r\n}","IsDeferred":false}]}