_.add(augend, addend)
相加两个数
augend (number)
相加的第一个数
addend (number)
相加的第二个数
返回总和
_.add(6, 4); // => 10