{"ScriptPreparationCode":null,"TestCases":[{"Name":"apply","Code":"const array = [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10];\r\nMath.max.apply(null, array);","IsDeferred":false},{"Name":"spread","Code":"const array = [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10];\r\nMath.max(...array);","IsDeferred":false}]}