Pinned Loading
-
-
-
-
-
A jsFuck transpiler written in 20 li...
A jsFuck transpiler written in 20 lines. 1let dict = {};
2const digit = (d) => '(+[])' + '+(+!![])'.repeat(d);
3const number = (n) => `+(${n.toString().split('').map(d => `[${digit(+d)}]`).join('+')})`;
4const fill = (s) => eval(s).split('').forEach((c, i) => (dict[c] ??= `(${s})[${number(i)}]`));
5const word = (s) => s.split('').map(c => dict[c] ?? c.is.not.exist.in.dict).join('+');
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.