Source code

Revision control

Copy as Markdown

Other Tools

function f(v, e) {
for (var i = 2; i < 9; i++) v %= e;
}
f(0, 1);