{"ScriptPreparationCode":"arr = new Array(100).fill(6);\r\narrWithNots = new Array(20).fill(null);\r\ntest = [arr, arrWithNots];","TestCases":[{"Name":"Yes","Code":"test.filter(x =\u003E x);","IsDeferred":false},{"Name":"not not","Code":"test.filter(x =\u003E !!x);","IsDeferred":false}]}