Spaced repetition, for coders.
Reps is a spaced repetition app built for programmers who want a cleaner UI, native syntax highlighting, and an algorithm that moves through cards faster. No plugins, no config, no bloat.
function sum(a, b) {
return a + b;
}
alert(sum(1, 2));