_.stubString()
This method returns an empty string.
Since
4.13.0
Returns
(string): Returns the empty string.
Example
1 2 | _.times(2, _.stubString); // => ['', ''] |
_.stubString()
This method returns an empty string.
4.13.0
(string): Returns the empty string.
1 2 | _.times(2, _.stubString); // => ['', ''] |
Designed by : w10schools
service@w10schools.com
Please login to continue.