noop_.noop()
Returns undefined irrespective of the arguments passed to it. Useful as the default for optional callback arguments.
1 | obj.initialize = _.noop; |
noop_.noop()
Returns undefined irrespective of the arguments passed to it. Useful as the default for optional callback arguments.
1 | obj.initialize = _.noop; |
Designed by : w10schools
service@w10schools.com
Please login to continue.