🌈 搜索
📅  最后修改于: 2022-03-11 14:57:14.991000             🧑  作者: Mango
function average(nums) { return nums.reduce((a, b) => (a + b)) / nums.length; }