{"ScriptPreparationCode":"var array = Array.from({ length: 60 }, () =\u003E Math.floor(Math.random() * 140));","TestCases":[{"Name":"Filter","Code":"const filterF = array.filter((a, b) =\u003E array.indexOf(a) === b)","IsDeferred":false},{"Name":"Set","Code":"const filterS = [...new Set(array)]","IsDeferred":false}]}