getRandCharInAlph=()=>String.fromCharCode(Math.floor(Math.random() * (65 - 90)) + 90); alert(getRandCharInAlph());