3 lines
84 B
CoffeeScript
3 lines
84 B
CoffeeScript
String.prototype.times = (n) ->
|
|
Array.prototype.join.call { length: n + 1 }, this
|