4.17.11
3.10.1
2.4.2
1.3.1

_.noop()

This method returns undefined.

Since

2.3.0

Returns

(array)

Example

_.times(2, _.noop);
// => [undefined, undefined]
_.times(2, _.noop);
// => [undefined, undefined]