codice:
String.fromCharCode(65)
restituisce A;


codice:
'A'.charCodeAt(0);
restituisce 65;