for(i=0;i<=6;i++){ document.write('abcdefg'.charCodeAt(i));}
alert(String.fromCharCode(97, 98, 99, 100, 101));