Select Git revision
ctrl.js 196 B
if (ctrl('C') !== String.fromCharCode(3))
throw new Error("ctrl('C') !== String.fromCharCode(3)");
if (ctrl(3) !== String.fromCharCode(3))
throw new Error("ctrl(3) !== String.fromCharCode(3)");
Various bits needed to be hacked up a bit since it was written for a newer JS standard, but it's at least 11 better than 42.
Various bits needed to be hacked up a bit since it was written for a newer JS standard, but it's at least 11 better than 42.