log(findMaxValue(numbers)); // 输出: 7 这个函数findMaxValue接受一个数组作为参数,并返回数组中的最大值。在示例用法中,我们创建了一个包含几个数字的数组numbers,并调用findMaxValue函数来找到并打印出数组中的最大值。