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