js int para alfabeto

var value = 10;

document.write((value + 9).toString(36).toUpperCase());
7h0m4s