"description":"Iterates over every entry of the array and calls the closure to work on the elements of the array. This function will reduce the array to a single value and will return the value.",
{"name":"initialValue", "description":"Initial value which will be used for the reduce operation.", "default":"","type":"any","required":false, "values":[]}