js int to alphabet

JavaScript
var value = 10;

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

Also in JavaScript: