ascii to char in javascript

JavaScript
var res = String.fromCharCode(65);
 
Source

Also in JavaScript: