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