主题
_.noop()
此方法返回 undefined。
undefined
¥This method returns undefined.
¥Since
2.3.0
¥Example
_.times(2, _.noop); // => [undefined, undefined]