matija-utils 1.0.29
Documentation
VuePress
(opens new window)
#
repeat
Repeats a function a set amount of times.
repeat
(
3
,
(
)
=>
console
.
log
(
"x"
)
)
;
// xxx
←
range
sample
→