What is your preferred vocabulary learning tool?

Specifically, in the recall card, in the script section after wanikana, I added the autocapitalize line. This makes it way less frustrating on a mobile device for me:

var deb = document.getElementById('debug');

document.getElementById('typeans').addEventListener("keyup", parseRep);
document.getElementById('typeans').autocapitalize = "none"