Skip to content
Yasser Moradi edited this page Aug 27, 2015 · 1 revision

Description:

This method receives 2 arguments the first is value which should be repeated and the second is number of repeats.

Samples:

let repeated = Linq.repeat('Hello', 5).toArray();
Clone this wiki locally