_.noop()
This method returns undefined
.
Since
2.3.0
Example
1 2 | _.times(2, _.noop); // => [undefined, undefined] |
_.noop()
This method returns undefined
.
2.3.0
1 2 | _.times(2, _.noop); // => [undefined, undefined] |
Designed by : w10schools
service@w10schools.com
Please login to continue.