{"ScriptPreparationCode":"window.array = [1, 4, 3, 4, 2, 2, 1, 5, 3, 5, 1, 4, 3, 4, 2, 2, 1, 5, 3, 5, 1, 4, 3, 4, 2, 2, 1, 5, 3, 5, 1, 4, 3, 4, 2, 2, 1, 5, 3, 5, 1, 4, 3, 4, 2, 2, 1, 5, 3, 5];","TestCases":[{"Name":"size_compact","Code":"const size = _.size(_.compact(window.array));\r\nreturn size;","IsDeferred":false},{"Name":"sum_by","Code":"const size = _.sumBy(window.array, child =\u003E (child ? 1 : 0));\r\nreturn size;","IsDeferred":false}]}