Given an array of Boolean values and a logical operator, return a Boolean result based on sequentially applying the operator to the values in the array.
re: Given an array of Boolean values and a logical operator, return a Boolean result based on sequentially applying the operator to the values in the array.