Initializes and fills an string with the specified value
repeat(5, "2"); // "22222"
Optional
Generated using TypeDoc
Initializes and fills an string with the specified value
Example