{"ScriptPreparationCode":null,"TestCases":[{"Name":"1","Code":"const games = [1, 2, 3, 4, 5];\r\nactiveGames = [...games];\r\nactiveGames[0] = 2;","IsDeferred":false},{"Name":"2","Code":"const games = [1, 2, 3, 4, 5];\r\nactiveGames = games.map((game, index) =\u003E index === 0 ? 2 : game);","IsDeferred":false}]}