无论传递什么参数,都返回 undefined。
undefined
var object = { 'user': 'fred' }; _.noop(object) === undefined; // => true