{"ScriptPreparationCode":"items = Array.from({length: 100}, (_, i) =\u003E i * 3)","TestCases":[{"Name":"using Math.max() with spread operators","Code":"Math.max(...items)","IsDeferred":false},{"Name":"using Array.reduce()","Code":"items.reduce((a, b) =\u003E a \u003E b ? a : b)","IsDeferred":false}]}