sfcode
An Online Competing and Development Environment
|
Repeat the given string n times. Fastest implementation for repeating a string.
Install with npm:
Repeat the given string
the specified number
of times.
Example:
Example
Params
string
**{String}**: The string to repeatnumber
**{Number}**: The number of times to repeat the stringreturns
**{String}**: Repeated stringRepeat string is significantly faster than the native method (which is itself faster than repeating):
Run the benchmarks
Install dev dependencies:
repeat-element: Create an array by repeating the given value n times. | homepage
Pull requests and stars are always welcome. For bugs and feature requests, please create an issue.
Commits | Contributor |
---|---|
51 | jonschlinkert |
2 | LinusU |
2 | tbusser |
1 | doowb |
1 | wooorm |
_(This document was generated by verb-generate-readme (a verb generator), please don't edit the readme directly. Any changes to the readme must be made in .verb.md.)_
To generate the readme and API documentation with verb:
Install dev dependencies:
Jon Schlinkert
Copyright © 2016, Jon Schlinkert. Released under the MIT license.
This file was generated by verb-generate-readme, v0.2.0, on October 23, 2016.