_.stubString()
This method returns an empty string.
Since
4.13.0
Returns
(string): Returns the empty string.
Example
_.times(2, _.stubString); // => ['', '']
_.stubString()
This method returns an empty string.
4.13.0
(string): Returns the empty string.
_.times(2, _.stubString); // => ['', '']
Please login to continue.