# repeat

Repeats a function a set amount of times.

repeat(3, () => console.log("x")); // xxx